Core repository for the platform team 4 is developing
- Ensure you have NodeJS 16.x installed and it is your current node executable.
- Run
yarn
to fetch dependencies. - Run
yarn run start:dev
to simultaneously run the frontend and backend.
Running with Docker will ensure that users can quickly get environment up and running so they can quickly iterate on work. The application will work regardless of operating system and configuration.
Ensure you have set up backend env files first. Checkout backend README for more info.
- Run
yarn run start:docker
to simultaneously run the frontend and backend in docker containers.
- Run
yarn run test:docker
to simultaneously run the frontend and backend tests in docker containers.
For more detail, view CONTRIBUTING.md
.