Run the following command to install the dashboard:
# Note: This should be run from the root of the repository
$ npm install # Installs all packages
# Note: The API is necessary for the dashboard to work
$ npm run dev --prefix=apps/api # Start API
# Note: This should be run from the root of the repository
$ npm run dev --prefix=apps/front # Start Front-end
$ npm run ios --prefix=apps/app # Start App with IOS emulator
$ npm run android --prefix=apps/app # Start App with Android emulator
# Note: docker-compose requires a .env.production file
$ docker-compose up # run docker
$ docker-compose down # stop docker