Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 923 Bytes

README.md

File metadata and controls

46 lines (28 loc) · 923 Bytes

css-george Example

An example site, set up with npm, less, and css-george for runtime-editable stylesheet variables.

Instructions

Getting set up and running is pretty easy:

npm install
npm start

Now open http://localhost:8080 in your browser.

File Structure

The src folder contains the index.html page and a subfolder for less files.

The build process (using npm scripts in package.json) compiles its output to the www folder.

Contributing

Contributions of bug reports, feature requests, and pull requests are greatly appreciated!

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Licence

Copyright © 2017 Darryl Pogue Licensed under the MIT Licence.