2018-09-26 20:14:06 +00:00
|
|
|
This folder contains documents intended for developers of the p5.js Web Editor.
|
|
|
|
|
|
|
|
## List of Documents
|
2019-12-29 23:16:58 +00:00
|
|
|
* [Installation](installation.md) - A guide for setting up your development environment
|
|
|
|
* [Development](development.md) - A guide for adding code to the web editor
|
|
|
|
* [Preparing a pull-request](preparing_a_pull_request.md) - Instructions for how to make a pull-request
|
|
|
|
* [Accessibility Guidelines](accessibility.md) - Guidelines for writing code to create an accessible application
|
|
|
|
* [Deployment](deployment.md) - A guide to production deployment, and all platforms that are being used.
|
2018-09-26 20:14:06 +00:00
|
|
|
|
|
|
|
## Documents to Create
|
|
|
|
* Design Principles - reference [p5.js design principles](https://github.com/processing/p5.js/edit/master/developer_docs/design_principles.md)
|
|
|
|
* Issue Labels - reference [p5.js issue labels](https://github.com/processing/p5.js/blob/master/developer_docs/issue_labels.md)
|
2019-12-29 23:16:58 +00:00
|
|
|
* File Structure - An explanation of the file structure of this application.
|