bundle install
foreman start
Then point your browser to http://localhost:4567/
If you have trouble installing libv8
gem on OS X, try this:
bundle config build.libv8 --with-system-v8
bundle install
foreman start
Then point your browser to http://localhost:4567/
If you have trouble installing libv8
gem on OS X, try this:
bundle config build.libv8 --with-system-v8