What do you need to run the project
- Node v12.22.5
- Docker
Running the db on postgress with docker
docker-compose up
Install the dependencies
cd app
yarn
Running the application
cd app
yarn develop
Running the application
cd app
yarn build
Running the application on the Admin mode
cd app
yarn develop --watch-admin