update contributing

point to the contributing doc
This commit is contained in:
Kevin Goldsmith
2022-05-09 10:34:36 -07:00
committed by GitHub
parent a993d61885
commit 825c63c184

View File

@@ -28,12 +28,7 @@ Check out the [pyscriptjs/examples](pyscriptjs/examples) folder for more example
## How to Contribute ## How to Contribute
To contribute: To contribute see the [CONTRIBUTING](CONTRIBUTING.md) document.
* clone the repo `git clone https://github.com/pyscript/pyscript`
* cd into the main project folder with `cd pyscriptjs`
* install the dependencies with `npm install` - make sure to use nodejs version >= 16
* run `npm run dev` to build and run the dev server. This will also watch for changes and rebuild when a file is saved
## Resources ## Resources