Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 459 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 459 Bytes

Pingy CLI Website

You can view this site at https://pin.gy/cli.

Getting Started

  1. Install Node.JS and Bower if it is not already installed: npm install -g bower
  2. Clone this repo and cd into it.
  3. Run npm install && bower install

Serving Website

Just run npm start and the site will open in your browser.

Exporting website

Run npm run export. The site will be minified and exported to the dist folder.