Skip to content

baldedelixo/baldedelixo-web

Repository files navigation

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