Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

@committed/gatsby-theme-docs example

See site at https://docs.committed.software.

The example show the usage and provides instructions for the @committed/gatsby-theme-docs.

Development

On first use run:

To run use:

npm run start

and the development site will be available on http://localhost:8000

To build run:

npm run build

The equivalent commands are available in the root directory and uses workspaces to delegate.

Once built, to publish to the gh-pages branch

npm run site