This is a monorepo containing all source for the kurabu project.
api: an express apiapp: a react-native/expo appconfig:eslintconfigurationstsconfig:tsconfig.jsons used throughout the monorepo
The repo uses yarn for package management.
yarn run buildused for building all apps (currently excluding app)yarn run devused for running all apps in dev mode (currently excluding app)yarn run lintused for linting all projects (currently excluding app, config and tsconfig)yarn run formatused for formatting all ts, tsx and md filesyarn run lint:fixused for fixing lint in all projects (currently excluding app, config and tsconfig)