You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
# DOCKER
$ docker-compose up
# the app should run on localhost:3000
Frontend
Installation
$ yarn
Running the app
# development
$ yarn dev
# the app should run on localhost:5137