Skip to content

Commit b82baf1

Browse files
committed
update readme
1 parent 9073487 commit b82baf1

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,26 @@ Learn more about [our community](https://p5js.org/community/) and read our commu
1616

1717
Make your first sketch in the [p5.js Editor](https://editor.p5js.org/)! Learn more about sketching with p5.js on the [Get Started](https://p5js.org/get-started/) and find everything you can do in the [Reference](https://p5js.org/reference/). You can also look at [examples](https://editor.p5js.org/p5/sketches) and remix them in the p5.js Editor.
1818

19+
## Setting Development Environment
20+
21+
- Clone the repo or download zip file
22+
```
23+
git clone https://github.com/processing/p5.js-web-editor.git
24+
cd p5.js-web-editor
25+
```
26+
- Intsall dependicies and running server
27+
```
28+
npm install
29+
npm run start
30+
```
31+
`Note`:- Use node version 16.14.2 and npm version 8.5.0 run the project
32+
33+
- Testing using jest
34+
```
35+
npm run test
36+
```
37+
38+
1939
## Issues
2040

2141
If you have found a bug in the p5.js Web Editor, you can file it under the ["issues" tab](https://github.com/processing/p5.js-web-editor/issues). You can also request new features here. A set of templates for reporting issues and requesting features are provided to assist you (and us!). The p5.js Editor is maintained mostly by volunteers, so we thank you for your patience as we try to address your issues as soon as we can. Please post bugs and feature requests in the correct repository if you can:

0 commit comments

Comments
 (0)