If you wish to contribute, submit a pull request with your changes. A wiki maintainer will review your contributions and merge them in if deemed appropriate.
To run a local copy of the wiki:
- Install Vite+
- Fork this repo, then clone it. Make sure to do all work on another branch.
- Open a terminal in the cloned directory and run
vp install. - Start the development server with
vp run dev. Stop it by closing the terminal or pressing CTRL+C. - Open the link to
localhostthat appears in the console once the development server is running.
When you make changes to your local wiki files, the local website will update those pages as soon as they are saved!
Run vp run verify before committing.
Once you have finished making changes, you can either commit them directly using git tools, or copy them into the GitHub web interface if you don't know how to use git.
- The code that generates the wiki is licensed under the MIT License.
- The wiki content is licensed under the Creative Commons BY-NC-SA 4.0 License.