- Install the Prettier extension
- Open the Command Palette (Ctrl+Shift+P) and type "format on save" and select "Editor: Format On Save"
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
}-
Make sure you have Node.js installed on your computer
-
From the client directory & server, run
npm install -
To run the server, cd into server directory and run
npm run build && npm run dev -
To run the client, cd into client directory and run
npm run dev
-
Make sure you have docker installed on your computer, either CLI version or Desktop version --> Docker
-
From the root directory and enter
docker compose up
- Run
./run_dev.shfrom the root directory in a bash shell environment