# Air board game Play any board game with your friends thanks to this tabletop simulator. ## Installation You need a recent node version. You can use nvm to initialize your environment. Then, execute ```sh npm ci # To install dependencies ``` First you need to start the server: ```sh npm run server ``` Then you can run the client: ```sh npm start ```