Update CONTRIBUTING.md

This commit is contained in:
Ansh Saini 2021-06-20 02:49:11 +05:30 committed by GitHub
parent ccfb7bc000
commit 83b3db28f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ While developing, you may locally build and test the JavaScript or Python (or bo
* Make changes to the implementation of your choice.
* If working in the JavaScript implementation:
* Run `make js` to build and run unit tests
* Run `make static` to manually test changes locally at `http://localhost:8080`
* Run `make serve` to manually test changes locally at `http://localhost:8080`
* To load a debug (human readable) version of the beautifier source, open `http://localhost:8080/?debug`
* If working in the Python implementation:
* Run `make py` to build and run unit tests