https://github.com/css-george/example-site
An example site set up with npm, less, and css-george for runtime editing of style variables.
https://github.com/css-george/example-site
Last synced: 5 months ago
JSON representation
An example site set up with npm, less, and css-george for runtime editing of style variables.
- Host: GitHub
- URL: https://github.com/css-george/example-site
- Owner: css-george
- License: mit
- Created: 2017-01-10T18:14:08.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T13:09:51.000Z (almost 3 years ago)
- Last Synced: 2025-02-05T08:50:49.529Z (over 1 year ago)
- Language: HTML
- Homepage: https://css-george.github.io
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
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](https://github.com/css-george/example-site/blob/master/CODE_OF_CONDUCT.md).
By participating in this project you agree to abide by its terms.
Licence
-------
Copyright © 2017 Darryl Pogue
Licensed under the MIT Licence.