Update MacInstallation.md

This commit is contained in:
Connor Turland 2017-07-25 16:47:33 -07:00 committed by GitHub
parent 9d590295cb
commit 271fc7ebd0

View file

@ -39,10 +39,23 @@ Copy the .example-env file and rename it to .env. Then modify the DB_USERNAME an
rake db:schema:load
rake db:seed
rails server
Now open a browser to http://localhost:3000!
To start the realtime server:
cd realtime
node realtime-server.js
node realtime/realtime-server.js
NOTE: if you want to actively develop on the javascript in `/frontend` use
npm run build:watch
to start a webpack build process that updates the build everytime you make code changes
Now open a browser to http://localhost:3000!
Sign in with the default account
email: user@user.com
password: toolsplusconsciousness
OR create a new account at /join, and use access code 'qwertyui'
Start mapping and programming!