Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 516 Bytes

README.md

File metadata and controls

41 lines (32 loc) · 516 Bytes

Camp Registration

Production

Configure environments

Copy the env files and set them uo

cp ./backend/.env.example ./.backend/.env
cp ./frontend/.env.example ./.frontend/.env

Development

Clean

npm run clean --workspaces

Install

npm install

Build

npm run build --workspaces

Test

npm run test --workspaces

Run

npm run dev --workspace frontend
npm run dev --workspace backend