First, thanks for taking the time to contribute! Glad you want to help.
- Fork this repository, which creates a copy in your GitHub account.
- Clone your newly forked repository to your local machine.
- View your local website by opening
index.html
. You can also start a portable webserver using Python (python3 -m http.server
).
Nothing super specific, follow what is already out there. Generally we're already using the best practices and accepted coding standards of the different technologies used. Do what you think is best and we'll review and address issues during a pull request.
Submit changes via a Pull Request from your forked repository to the develop
(or tooling
if appropriate) branch on this repository.
Any merged code will fall under the project license (GNU General Public License, Version 3) whose full text can be found in the LICENSE file.