- Navigate to the project folder you just downloaded.
- Run the following command in your terminal:
$ npm install
- node - 16.18.0
- npm - 8.19.2
to install all project dependencies.
- Navigate to the project folder in your terminal.
- Run the following command in your terminal:
# development
$ npm run dev
# production mode
$ npm run start