Web editor for P5.js, modified for workshops at Digital Playground.
Go to file
catarak 5f00c4a5ef add codemirror to package.json 2016-05-11 13:21:20 -04:00
client add some base editor styling 2016-05-10 22:22:32 -04:00
server initial commit 2016-05-03 00:09:16 -04:00
shared add some base editor styling 2016-05-10 22:22:32 -04:00
static add some base editor styling 2016-05-10 22:22:32 -04:00
styles add some base editor styling 2016-05-10 22:22:32 -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 add codemirror to package.json 2016-05-11 13:21:20 -04:00
webpack.config.js set up styles with scss + webpack 2016-05-10 14:18:36 -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