An open API service indexing awesome lists of open source software.

https://github.com/threepointone/css-workshop

hasgeek css workshop: 2013
https://github.com/threepointone/css-workshop

Last synced: 3 months ago
JSON representation

hasgeek css workshop: 2013

Awesome Lists containing this project

README

        

CSS for the Soul
----------------

Install dependencies
```
npm install
```

Then run the app
```
npm start
```
and open up `http://localhost:3000`

The content for this microsite has been written in [jade](http://jade-lang.com) and [less](http://lesscss.org). Layout and partials can be found under `views`.

To compile components, run
```
npm run-script components
```
This generates public/javascripts/components.js

To generate the site, run
```
npm run-script pages
```

This generates `public/index.html`. Thus the `public` folder can be directly served.