- npm run format || bun run format
- npm run linter || bun run linter
- Open a new console
- cd ./server
- npm install || bun install
- docker compose down && docker compose up -d
- npm start || bun start
If need testing run bun test (Only bun!!!)
- Open a new console
- cd ./frontend
- npm install || bun install
- npm run build || bun run build
- npm run serve:ssr:frontend || bun run serve:ssr:frontend