Node |
---|
16.3.0 |
-
Install dependencies
yarn install
-
Setup environment variables
- Copy
.env.sample
to.env.local
- Copy
-
Setup repository
yarn setup
yarn dev
- The application will start on port
3000
-
Check linter issues:
yarn lint
-
Fix basic linter issues:
yarn format
-
Check missing/unused dependencies:
yarn depcheck
yarn test
- Start docker service
- Run the command based on your OS
UNIX Other yarn docker:prod
yarn docker:dev
Note: The application will start on port 80
instead of 4000