Skip to content

Latest commit

 

History

History
executable file
·
34 lines (23 loc) · 1.22 KB

README.md

File metadata and controls

executable file
·
34 lines (23 loc) · 1.22 KB

Cuttlebelle documentation website Tweet

This website was built with Cuttlebelle. Please have a look at the source if you’re curious.

Cuttlebelle

How to build the site locally

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.

How to work on the site

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.

How to contribute

( 💡 Please look at the coding style and work with it, not against it 😄.)