SetupΒΆ

Clone the repository and change into the Apollon directory:

git clone https://github.com/ls1intum/Apollon.git
cd Apollon

Install all node dependencies

npm install

Launch the webpack-dev-server:

npm run start

Run the tests:

npm run test