Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qoucname2202/the-studious
https://github.com/qoucname2202/the-studious
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/qoucname2202/the-studious
- Owner: qoucname2202
- Created: 2023-08-07T07:49:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-16T18:25:15.000Z (over 1 year ago)
- Last Synced: 2024-05-01T13:28:18.480Z (8 months ago)
- Language: HTML
- Size: 13.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Use with Sass
When using `sass` - in order to build that boilerplate, one needs to:
- install `sass` if not yet installed:
```bash
npm install -g sass
```- run build command from command line:
```bash
sass app/scss/style.scss dist/style.css --watch
```