Web editor for P5.js, modified for workshops at Digital Playground.
Go to file
catarak 3aa3a4d03f add nodemon, remove .env from being tracked 2016-06-22 18:48:45 -04:00
client add redux dev tools 2016-06-22 18:36:04 -04:00
images refactor css names 2016-06-20 15:23:42 -04:00
server add nodemon, remove .env from being tracked 2016-06-22 18:48:45 -04:00
static add some base editor styling 2016-05-10 22:22:32 -04:00
styles clean up styles 2016-06-20 23:04:41 -04:00
.babelrc render editor 2016-05-03 16:13:04 -04:00
.gitignore add nodemon, remove .env from being tracked 2016-06-22 18:48:45 -04:00
README.md add jsbin console source to readme 2016-06-20 17:51:03 -04:00
index.html change svg 2016-06-20 13:00:25 -04:00
index.js add dotenv, start to add signup 2016-06-20 17:46:42 -04:00
nodemon.json add nodemon, remove .env from being tracked 2016-06-22 18:48:45 -04:00
package.json add nodemon, remove .env from being tracked 2016-06-22 18:48:45 -04:00
webpack.config.js add redux dev tools 2016-06-22 18:36:04 -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