An open API service indexing awesome lists of open source software.

https://github.com/cuttlebelle/website

The website for cuttlebelle
https://github.com/cuttlebelle/website

cuttlebelle documentation react ssr static-site-generator

Last synced: 3 days ago
JSON representation

The website for cuttlebelle

Awesome Lists containing this project

README

          

Cuttlebelle documentation website
[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?url=https://cuttlebelle.com&hashtags=react,reactjs,static-site-generator,jsx)
=================================

**

This website was built with **[Cuttlebelle](https://github.com/cuttlebelle/cuttlebelle/)**. Please have a look at the source if you’re curious.

**

##

[Visit our website](https://cuttlebelle.com/)

[![Cuttlebelle](https://cuttlebelle.com/assets/img/cuttlebelle.jpg)](https://cuttlebelle.com/)

## How to build the site locally

```shell
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](https://cuttlebelle.github.io/website/).

## How to work on the site

```shell
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 :smile:.)_