Our website.
gem install rake bundler
- Installs generic dependencies. Might need to be run with
sudo
depending on your setup.
- Installs generic dependencies. Might need to be run with
bundle install
- Install correct versions of project dependencies.
rake local
- Runs a local server on http://localhost:9393. It should auto-restart on each request, so you can keep this command running while you tweak things.