Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 526 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 526 Bytes

baldedelixo-web

The https://baldedelixo.dev web app

Requirements

To run this project, you must have on your local machine:

  • Docker
  • Node.js
  • Yarn Package Manager

Instructions

Firstly, on your terminal, execute the following command on the root folder:

yarn install

Local

To run the Next.js localhost server, execute:

yarn dev

Docker

To build and run the Docker development container, use the following commands:

docker-compose build
docker-compose up