https://github.com/tinacious/less_starter_pack
LESS CSS starter pack :computer: :calling:
https://github.com/tinacious/less_starter_pack
Last synced: 10 months ago
JSON representation
LESS CSS starter pack :computer: :calling:
- Host: GitHub
- URL: https://github.com/tinacious/less_starter_pack
- Owner: tinacious
- License: isc
- Created: 2016-09-17T02:54:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-17T05:30:55.000Z (over 9 years ago)
- Last Synced: 2025-03-15T03:41:13.355Z (about 1 year ago)
- Language: CSS
- Homepage: https://tinacious.github.io/less_starter_pack
- Size: 210 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# RED Less CSS Starter Pack
The *I can CSS preprocess with Less* starter pack!
Check out the demo [here](https://tinacious.github.io/less_starter_pack).
## Setup
```
npm install
```
## Development
```
npm start
```
## Deploy
To deploy to Github Pages:
```
git add -f dist
git commit -m ''
git subtree push --prefix dist origin gh-pages
```