Mono-repo for the whole architecture of boardgamers.space.
We use pnpm as our package manager!
A recent version of node, 14+ ideally, is required
There is a webapp and an admin.
pnpm dev --filter @bgs/web --filter @bgs/adminYou can directly run the frontend against the website! No need to run the backend. To do so, just create .env in the apps/web folder with VITE_backend=https://www.boardgamers.space.
You can follow the instructions in api-node and game-server, or you can just run the following command:
# start mongodb backend
docker compose up -d
pnpm dev --filter @bgs/api
# launch in another terminal
pnpm dev --filter @bgs/game-serverWe welcome contributions from everybody! Don't hesitate to ask a question.
VS Code is the recommended editor. Its workspace feature is great to open multiple windows, one with all the back, and another with the all the front. Install the prettier & gitmoji extensions!