Skip to content

cuttlebelle/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 😄.)