Welcome to the official documentation repository for QuizWitz — the social quiz platform for players, quizmakers, and quizmasters.
This documentation covers everything from playing your first quiz, to building professional live quiz events, to customizing your own question rounds and game modes.
This documentation site is powered by Docusaurus.
Clone the repository:
git clone https://github.com/CatLabInteractive/quizwitz-docs.git
cd quizwitz-docs
Install dependencies:
npm install
Start the local development server:
npm start
Open http://localhost:3000 in your browser to view the documentation.
Documentation pages are in the docs/ folder.
Sidebar navigation is configured in sidebars.js.
Images and static files are located in /assets/.
Translations are managed using Crowdin. To contribute translations:
- Visit the QuizWitz Crowdin project.
- Select a language to translate.
- Use the Crowdin editor to suggest translations for existing documentation.
- Your contributions will be reviewed and merged into the main documentation.
Contributions are welcome! To suggest edits or add new documentation, edit or create Markdown files in the docs/ folder and submit a pull request.
Please follow the existing formatting and use clear, concise language.
- Code: MIT License (see LICENSE file)
- Content (text/images): CC BY-NC-SA 4.0 (see CONTENT_LICENSE file)
Please note that commercial use of the content is not permitted without written permission.
To build the static documentation site for production:
npm run build
The built site will be output to the build/ folder.
For questions about QuizWitz itself, visit quizwitz.com.
For documentation issues or suggestions, please open a GitHub Issue.
© CatLab Interactive — All rights reserved.