In order to run the server, run the following commands in the root directory:
npm install
npm run codegen
npm start
In order to run the frontend dashboard, run the following commands in the dashboard directory:
cd dashboard
npm install
npm run dev