Web editor for P5.js, modified for workshops at Digital Playground.
Go to file
mathuramg 92e5e4e599 remove console messages 2016-06-17 13:52:22 -04:00
client add some base editor styling 2016-05-10 22:22:32 -04:00
images add placeholders for preferences 2016-06-17 13:37:29 -04:00
server initial commit 2016-05-03 00:09:16 -04:00
shared remove console messages 2016-06-17 13:52:22 -04:00
static add some base editor styling 2016-05-10 22:22:32 -04:00
styles add placeholders for preferences 2016-06-17 13:37:29 -04:00
.babelrc render editor 2016-05-03 16:13:04 -04:00
.gitignore initial commit 2016-05-03 00:09:16 -04:00
README.md update README and add npm start script 2016-05-11 00:02:12 -04:00
index.html add some base editor styling 2016-05-10 22:22:32 -04:00
index.js initial commit 2016-05-03 00:09:16 -04:00
package.json make start and stop buttons work 2016-05-12 17:40:49 -04:00
webpack.config.js start to add toolbar 2016-05-11 13:57:45 -04:00

README.md

#p5.js Web Editor

This project is currently in the early stages of development! It will definitely be announced when it is in alpha/beta/etc.

##Installation and Setup

As this project is currently being developed, there is only development mode.

  1. Clone this repostory
  2. npm install
  3. npm start
  4. Navigate to http://localhost:8000 on your browser

##Technology Stack

  • MERN - MongoDB, Express, React/Redux, Node
  • Webpack
  • Sass

##Dump of links I'm saving for reference