Update MacInstallation.md
This commit is contained in:
parent
9d590295cb
commit
271fc7ebd0
1 changed files with 18 additions and 5 deletions
|
@ -40,9 +40,22 @@ Copy the .example-env file and rename it to .env. Then modify the DB_USERNAME an
|
||||||
rake db:seed
|
rake db:seed
|
||||||
rails server
|
rails server
|
||||||
|
|
||||||
Now open a browser to http://localhost:3000!
|
|
||||||
|
|
||||||
To start the realtime server:
|
To start the realtime server:
|
||||||
|
|
||||||
cd realtime
|
node realtime/realtime-server.js
|
||||||
node 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!
|
||||||
|
|
Loading…
Add table
Reference in a new issue