NHSLeadership / nightingale

NHS-Generic Frontend Framework.
Other
35 stars 8 forks source link
alpha framework frontend guidelines toolkit

Nightingale

CircleCI

Building the CSS

  1. Ensure you’re on the correct branch and that your copy is up-to-date with the work on GitHub.
  2. Open Terminal and cd to the Nightingale directory:

    $ cd /path/to/nightingale
  3. Run the Sass watch command:

    $ npm run watch
    • You might need to trick your machine into rebuilding the CSS for you. To do this, open main.scss and make any change at all, then save the file.
  4. That should be it!

Nightingale is developed using BrowserStack for cross-browser testing.

screen shot 2017-08-21 at 11 44 15