- 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 server
Then in a separate terminal, start the client by running:
npm start