My Evolocity Project for school, it's meant to show what is done in Evolocity and all the teams at my school.
Before starting, you need to have Git and Node installed.
- Clone the project
git clone https://github.com/coen-h/evolocity- Go to the project directory
cd evolocity- Install dependencies
npm install- Start the server
npm run dev