- Nodejs (preferrably Node 18)
- Clone the repo
- Run
npm install
This app has both a frontend and backend side. The backend/serverside needs to be started first like this:
npm run serverThen in a separate terminal, start the client by running:
npm start