Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 246 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 246 Bytes

Nightingale Demo

# Grab the demo project
$ git clone [email protected]:csswizardry/nightingale-demo.git
$ cd nightingale-demo
# Install its dependencies
$ npm install
# Build and watch the Sass » CSS
$ npm run build && npm run watch