Files
gestion-inscriptions-mycompet/README.md
2026-07-19 16:09:52 +02:00

335 B

gestion-inscriptions-mycompet

Setup

Node

nvm install 24.14.1

nvm use 24.14.1

npm install

.env

Create the .env (from .env.example)

Run modules

Database

docker compose up -d db

Backend

npm run start:dev -w backend

Frontend

npm run dev -w frontend