Helping Develop Pseudonaja
How to help update Pseudonaja
Get Started
Ready to contribute? Hereβs how to set up Pseudonaja for local development.
Clone a Repo
First you must fork the repo relevant to what you plan to change. Then you must clone the repo to your local machine in order to make changes.
Changes To The Editor
Changes To The Docs
Create a Branch:
Now make your changes.
Testing
While there are no automated tests set up, it is highly encouraged that you thoroughly test anything your changes may have effected.
If your changes effect the codemirror files, you will need to roll up the editor files to a single file for use in the browser. The repo is already set up with a rollup configuration, so simply run:
Then just run the server:
Commit and Push Changes:
Once you are sure your changes work and haven't broken anything, push them to your forked repo.
Submit a Pull Request to the Relevant GitHub Repo
Last updated