An open API service indexing awesome lists of open source software.

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

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).