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