How to help update Pseudonaja
Ready to contribute? Here’s how to set up Pseudonaja for local development.
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.
Now make your changes.
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:
Once you are sure your changes work and haven't broken anything, push them to your forked repo.