1
Install Pingy CLI
npm install -g @pingy/cli
copy
2
Scaffold using:  
pingy scaffold bootstrap
copy
3
Choose one of the free templates. Preview them, customise them and scaffold out the site when you like what you see.
4
Run Pingy's live development server
pingy dev
copy
5
Make your website perfect
Show Me!
Pingy CLI does all LESS/SASS/Babel/etc.. compilations in-memory, so it's super fast. We also include Source Maps so it's easier to debug your code.
6
Export your site when it's ready for production
pingy export
copy
7
Have awesome party