GoPablo is a static site generator with a modern development workflow, integrated web server, auto-reload, CSS preprocessors, and ES6 ready.
// Step 1: Create a directory for the new website and from there
// initialize GoPablo to generate the file structure *
$ npx gopablo
// Step 2: Write your website
$ npm run dev
// Step 3: Generate distribution files
$ npm run prod
// Deploy
$ netlify deploy --prod
🚀
// * Step 1 and 2 are part of the installation process.