1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-30 04:17:58 +01:00

p5:add page (#1788)

This commit is contained in:
Tom Hill 2017-12-15 19:25:23 +07:00 committed by Agniva De Sarker
parent 9eb1e4f686
commit d4c84cd951

19
pages/common/p5.md Normal file
View file

@ -0,0 +1,19 @@
# p5
> P5js template builder and sketch manager.
- Create a new p5 collection:
`p5 new {{collection_name}}`
- Generate a new p5 project (should be run from collection directory):
`p5 generate {{project_name}}`
- Run the p5 manager server:
`p5 server`
- Update libraries to their latest versions:
`p5 update`