335 B
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