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
- Host: GitHub
- URL: https://github.com/threepointone/css-workshop
- Owner: threepointone
- Created: 2013-01-20T15:51:19.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-12-31T02:46:15.000Z (over 10 years ago)
- Last Synced: 2025-01-25T08:11:40.047Z (5 months ago)
- Language: CSS
- Size: 503 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.jsTo generate the site, run
```
npm run-script pages
```This generates `public/index.html`. Thus the `public` folder can be directly served.