Skip to content

Running the project

Tomás Palma edited this page Oct 22, 2024 · 7 revisions

In this page you will be able to find extensive details in order for being able to run the project as well as some other explanations about the structure itself and environment variables.

cp .env.example .env

Docker

If you look into the docker-compose.yaml you will be able to see that there are two containers, the development one (which you will use) and the production one.

In order to run with docker you should do the following commands:

  1. ./build.sh dev

  2. ./dev.sh

Baremetal with npm

  1. npm install

  2. npm run dev

Clone this wiki locally