Style guide for UK Parliament
- Ruby 2.3.1
- Rails 5.0.0.1
- Nodejs 7.1.0
Initial install:
$ make setup
To serve:
$ rails s
Live reloading and synchronization with Browser-Sync, start your rails app with the above command then run the command below in another terminal instance:
$ make browsersync -C pugin
To watch file for changes and recompile in real-time, run:
$ make watch -C pugin
By default this watch for app/assets
and app/views
. You can also add more files to watch or change the host or port.
This microservice is available under the Open Parliament Licence.