Skip to content

clean-css/clean-css.github.io

Repository files navigation

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

yarn install
# or use: npm install

...then start webpack-dev-server:

yarn start
# or use: npm run start

Navigate to localhost:8080.