```
bundle exec rake yarn:install
```
+
+ ## Storage setup
+
+ The Rails port needs to be configured with an object storage facility - for
+ development and testing purposes you can use the example configuration:
+
+ ```
+ cp config/example.storage.yml config/storage.yml
+ ```
## Database setup
bundle exec rails server
```
-You can now view the site in your favourite web-browser at `http://localhost:3000/`
+You can now view the site in your favourite web-browser at [http://localhost:3000/](http://localhost:3000/)
Note that the OSM map tiles you see aren't created from your local database - they are just the standard map tiles.