-
Notifications
You must be signed in to change notification settings - Fork 1
Running the project
Tomás Palma edited this page Oct 23, 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
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:
-
./build.sh dev
-
./dev.sh
-
npm install
-
npm run dev