- Go to the releases page and get the latest one
- Read the instructions
The client is developed using the Vue 3 JavaScript progressive framework
with npm
cd client
npm run dev
with yarn
cd client
yarn dev
All the changes you make to the files will automatically be applied because of hot module reloading
cd server
node .
unfortunately the server does not support hot module reloading so you will have to run the command every time you change the code or use a daemon like nodemon to automatically restart