|
2 weeks ago | |
---|---|---|
source | 2 weeks ago | |
.gitignore | 2 weeks ago | |
LICENSE | 2 weeks ago | |
README.md | 2 weeks ago | |
package.json | 2 weeks ago | |
yarn.lock | 2 weeks ago |
To build the site Node and Yarn are required.
Install the dependencies with yarn
. Then, run yarn build
. The site will be built to the public/
directory.
To add new events, create a JSON file in source/events/
with the following data:
{
"header": {
// Images should be the filenames of images in `source/images/`.
"favicon": "favicon.png",
"leftImage": "image-1.png",
"rightImage": "image-2.png",
"titleText": "The title of the event"
},
"freeSquare": "The free square in the middle",
"squares": [
"At least 24 strings representing the bingo squares",
"...",
"..."
]
}
Then, to select the event, set the currentEvent
key in source/status.json
as the filename of the event.
Licensed under the GPL-3.0-or-later license.
Various images belong to their respective owners.