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 Node.js
- Fork this repo, then clone it. Make sure to do all work on another branch.
- Open a command-line window in the directory you just cloned into, then run the command
npm install
to install required packages. - After packages are installed, start the development server with the command
npm run wiki:dev
. You can kill the server by closing the terminal or by pressing CTRL+C - Open the link to
localhost
that 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!
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.