You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This folder contains documents intended for developers of the p5.js Web Editor.
2
2
3
3
## List of Documents
4
-
*[Installation](https://github.com/processing/p5.js-web-editor/blob/master/developer_docs/installation.md) - A guide for setting up your development environment
5
-
*[Development](https://github.com/processing/p5.js-web-editor/blob/master/developer_docs/development.md) - A guide for adding code to the web editor
6
-
*[Preparing a pull-request](https://github.com/processing/p5.js/blob/master/developer_docs/preparing_a_pull_request.md) - Instructions for how to make a pull-request
7
-
*[Accessibility Guidelines](https://github.com/processing/p5.js-web-editor/blob/master/developer_docs/accessibility.md) - Guidelines for writing code to create an accessible application
8
-
*[Deployment](https://github.com/processing/p5.js-web-editor/blob/master/developer_docs/deployment.md) - A guide to production deployment, and all platforms that are being used.
4
+
*[Installation](installation.md) - A guide for setting up your development environment
5
+
*[Development](development.md) - A guide for adding code to the web editor
6
+
*[Preparing a pull-request](preparing_a_pull_request.md) - Instructions for how to make a pull-request
7
+
*[Accessibility Guidelines](accessibility.md) - Guidelines for writing code to create an accessible application
8
+
*[Deployment](deployment.md) - A guide to production deployment, and all platforms that are being used.
0 commit comments