Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 655 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 655 Bytes

Stylus Build Status

This is a branch for the code running Stylus' site. It does not contain the docs, they're taken from the dev branch using the git submodule.

Requirements

Running locally

Fetch node and ruby dependencies.

$ npm install
$ bundle install

Build the site

$ make build

Serve the site locally

$ make serve

Open http://0.0.0.0:4000 in your web browser.