To run this project, you must have on your local machine:
- Docker
- Node.js
- Yarn Package Manager
Firstly, on your terminal, execute the following command on the root folder:
yarn install
To run the Next.js localhost server, execute:
yarn dev
To build and run the Docker development container, use the following commands:
docker-compose build
docker-compose up