The source code of https://purecss.co
# Clone the repo
git clone git@github.com:purecss-co/purecss-co.git
# Navigate to clonned folder
cd purecss-co
# Initial Setup
npm install
# Serve the application on http://127.0.0.1:8000
npm run serve
# Watch for auto compile on http://127.0.0.1:3000
npm run watch
# src - raw code
# dist - production code
Click this button to deploy the app to the DigitalOcean App Platform. You need a DigitalOcean account. If you don't already have one, you can sign up at https://cloud.digitalocean.com/registrations/new
If you spot any errors, typos or missing information, please submit a pull request.
MIT. See LICENSE for more details.