This website was built with Cuttlebelle. Please have a look at the source if you’re curious.
cd path/to/this/repo
npm install
npm run build
npm run docs
The build
command will build the site from source. The docs
command will build the site automatic documentation of each layout.
You can have a look at the docs files.
cd path/to/this/repo
npm run watch
This command will build the site and open a server for you and a website should open in your browser. Changes are automatically watched now.
( 💡 Please look at the coding style and work with it, not against it 😄.)