The team site for the land and property data proof of concept site by the WRA.
The site is hosted on github pages. The instructions below are for running the site locally.
- Ruby
- Bundler
- Node (if working on it locally)
Install required gems
bundle install
Run the site with
bundle exec jekyll serve
The frontend assets require Node.
If you are working on the site locally you should install the dev-dependencies. Run
npm install
Work on the .scss
file in /src/scss
.
When ready to compile your stylesheet(s) run
npm run build:stylesheets
Or, alternatively, to compile them whilst you are working run the watch command.
npm run watch
Using this jekyll plugin allows us to make sure the site is bilingual.
https://juan.pallares.me/configure-jekyll-multi-language-without-plugin/