Setup Instructions
Follow these steps to set up the Apollon2 monorepo on your local machine.
Initial Setup
Clone the repository:
git clone git@github.com:ls1intum/Apollon2.git cd Apollon2
Use the correct Node.js version:
nvm install nvm use
Install dependencies for all packages:
npm installCreate .env files for standalone/webapp and standalone/server
Check .env.examples files and create values
Build all packages:
npm run build
Run Docker and start database via docker:
npm run start:localdb
Start the project:
npm run start