Refer to docs/dev_environment.md for the dev environment setup.
You should navigate to the appropriate directory for the module you want to work on before doing anything.
For example, to work on the mobile app, navigate to the mobile directory:
cd mobilePlease do not run npm install at the root level, it will:
- Not useful as the dependency gets installed at root and not in the appropriate directory.
- Will break the build as the dependency is not installed in the appropriate directory.
The project contains the following modules, choose one:
Go to the app directory by running:
cd appInstall the dependencies by running:
npm installRun the app by running:
npx expo run:androidAlternatively, you can start the web version by running:
npx expo start --webDon't touch :)
Don't touch for now