Skip to content

marvin-wtt/CampRegistration

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published