pajoa / pajoa-the-chimp

A note taking and reminder platform
9 stars 1 forks source link

Hi, I'm Pajoa the chimp. I love code.

How to run

git clone https://github.com/pajoa/pajoa-the-chimp.git

Current working branches include master and agendatest which include the node_modules

Otherwise

npm install (node modules and dependencies)
gulp (build file)
node app (run server)
http://localhost:8000/

How to test

npm test

You may require to install gulp, browserify and jest globally