This repo contains the source code of the https://clean-css.github.io/ website.
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.