edemaine / cocreate

Cocreate Shared Whiteboard/Drawing
MIT License
210 stars 27 forks source link

Instructions to run locally #2

Closed xennygrimmato closed 4 years ago

xennygrimmato commented 4 years ago

I want to play around with the app. What libraries do I need to install on my machine and what commands do I need to execute to get this up and running?

edemaine commented 4 years ago

This should work:

npm install
meteor
edemaine commented 4 years ago

P.S. You'll also need to install Meteor, as described in this document, which is based on this document.

xennygrimmato commented 4 years ago

Thanks! It works on my machine 🙂