Cardboard Butler is an open-source web page, that helps you decide the next boardgame to play. You can view the live version here: Cardboard Butler
As boardgame collections grow, it gets more and more difficult decicde on what to play. This will help you decide.
Make sure you have Node.js installed and can run npm.
To install run
npm install
or if you have yarn installed
yarn
To start the development server
yarn start
The server will now be listening at: http://localhost:8080
It is important to make sure all unit tests work when developing, and also to make new ones for your features. To start testing run:
yarn test
To build run:
yarn build
This will create a production ready build in the dist folder.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
All game data is from BoardGameGeek. If you like Cardboard Butler, you can help by supporting BGG here