519 B
519 B
Air board game
Play any board game with your friends thanks to this tabletop simulator.
You can try a version here.
Installation
You need a recent node version. You can use nvm to initialize your environment. Then, execute
npm ci # To install dependencies
Configure the environement:
Copy the .env.dist
file without the .dist
extension and edit it.
Now you can start the server:
npm run server
Then you can run the client:
npm start