Web editor for P5.js, modified for workshops at Digital Playground.
Go to file
catarak 3ab89b4cae add proptypes to editor and preview 2016-06-27 16:03:22 -04:00
client add proptypes to editor and preview 2016-06-27 16:03:22 -04:00
server fix some minor eslint errors 2016-06-27 13:09:18 -04:00
static add some base editor styling 2016-05-10 22:22:32 -04:00
.babelrc render editor 2016-05-03 16:13:04 -04:00
.eslintignore start to add eslint, add repository to package.json 2016-06-22 19:59:12 -04:00
.eslintrc fix a ton of eslint errors 2016-06-23 18:29:55 -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 fix a ton of eslint errors 2016-06-23 18:29:55 -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