This is a collection of rulesets for beer pong that is built using Docusaurus 3 and served with GitHub Pages.
- Run
npm install
to get the dependencies. - Run
npm run start
in the root directory of this repository.
- Run
npm install
to get the dependencies. - Run
npm run build
to build for production. - Run
npm run serve
to test your build locally.
- Run
npm install
to install the dependencies. - Use the VSCode ESLint plugin to get linting errors in the editor.
- Run
npm run lint
to lint the code. - Run
npm run validate-json
to validate the tournament data against the schema.
- Run
pip install -r pages_spellchecker/requirements.txt
to install the dependencies. - Run
python pages_spellchecker/pages_spellchecker.py
to check the spelling of the pages.