2022-10-02 20:06:20 -04:00
|
|
|
# Static CMS Website & Docs
|
2022-09-30 08:59:03 -06:00
|
|
|
|
2022-10-02 20:06:20 -04:00
|
|
|
This directory builds staticjscms.github.io/static-cms. If you'd like to propose changes to the site or docs, you'll find the source files in here.
|
2022-09-30 08:59:03 -06:00
|
|
|
|
|
|
|
## Local development
|
|
|
|
|
|
|
|
The site is built with [GatsbyJS](https://gatsbyjs.org/).
|
|
|
|
|
|
|
|
To run the site locally, you'll need to have [Node](https://nodejs.org) and [Yarn](https://yarnpkg.com/en/) installed on your computer.
|
|
|
|
|
|
|
|
From your terminal window, `cd` into the `website` directory of the repo, and run
|
|
|
|
|
|
|
|
```bash
|
|
|
|
yarn
|
|
|
|
yarn start
|
|
|
|
```
|
|
|
|
|
|
|
|
Then visit http://localhost:8000/ - Gatsby will automatically reload CSS or
|
|
|
|
refresh the page when stylesheets or content changes.
|