Adapt README.md to describe setup with docker

This commit is contained in:
davegson 2018-12-06 13:39:11 +01:00
parent 16aeedb6de
commit 09b8ab7d61

View file

@ -1,9 +1,13 @@
# Safing Website # Safing Website
Install dependencies: ### Run Safing locally:
bundle install --path vendor/bundle 1. [Install docker](https://www.docker.com/get-started)
Run development server: 2. Run
bundle exec jekyll serve ```
docker-compose up
```
3. Access the local version at http://localhost:4000