https://github.com/clean-css/clean-css.github.io
🌍 clean-css website
https://github.com/clean-css/clean-css.github.io
Last synced: 7 months ago
JSON representation
🌍 clean-css website
- Host: GitHub
- URL: https://github.com/clean-css/clean-css.github.io
- Owner: clean-css
- License: mit
- Created: 2021-07-11T09:48:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T11:19:12.000Z (over 3 years ago)
- Last Synced: 2025-10-09T23:34:06.891Z (8 months ago)
- Language: Svelte
- Homepage: https://clean-css.github.io/
- Size: 686 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌍 clean-css website
This repo contains the source code of the https://clean-css.github.io/ website.
## Get started
Install the dependencies by using [yarn](https://yarnpkg.com/)...
```bash
yarn install
# or use: npm install
```
...then start webpack-dev-server:
```bash
yarn start
# or use: npm run start
```
Navigate to [localhost:8080](http://localhost:8080).