diff options
author | Marius Halden <marius.h@lden.org> | 2019-10-30 19:28:55 +0100 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2019-10-30 19:28:55 +0100 |
commit | 377bd96aab7cad3434185c30eb908c9da447fe40 (patch) | |
tree | 7ec5527e205d5b62caaa862a7de8cd25199c8bf0 /docs/README.md | |
parent | 56f61b1441070aa0b9ddcfc74aca46c20313609f (diff) | |
parent | 92b253904062edd533e55c22824de6fd01e2f7c1 (diff) |
Merge tag 'v2.6' into fiksgatami-dev
Diffstat (limited to 'docs/README.md')
-rw-r--r-- | docs/README.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 000000000..9f4398ba3 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,30 @@ +fixmystreet.org +=============== + +This directory is [fixmystreet.org](https://fixmystreet.org), the Jekyll-based +static site running on GitHub Pages that is the documentation for setting up / +running the FixMyStreet platform. + +## Installation + +The site is built by Jekyll. We manage our Ruby gem dependencies via +[bundler](https://bundler.io/) so you’ll need to install that if you don’t +already have it. Then you need to… + +``` +git clone --recursive https://github.com/mysociety/fixmystreet +cd fixmystreet/docs +bundle install --deployment +``` + +To preview the site locally, run: + +``` +bundle exec jekyll serve --incremental +``` + +And then visit <http://127.0.0.1:4000>. + +Jekyll automatically compiles the HTML/Markdown and Sass files as you go. +And [livereload](https://github.com/RobertDeRose/jekyll-livereload) +automatically reloads your web browser window when the site is recompiled. |