Simple game of bingo for your Guild Wars 2 Fractal runs.
Visit zerthox.github.io/gw2-bingo/ to play.
Bingo fields are defined in data/fields.json.
When creating a Pull Request, make sure to add the new fields at the end of the file.
You can also create an Issue, if you do not want to deal with editing JSON.
The project makes use of Gatsby as the main frontend framework. The UI is written in TypeScript using React. Styling is done with Sass.
All of these are included as npm dependencies. You are only required to have Node.js installed.
# install dependencies
npm install
# run gatsby dev server
npm run dev
# build site for production
npm run build