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

https://github.com/conedevelopment/sprucecss-site

The documentation of Spruce CSS.
https://github.com/conedevelopment/sprucecss-site

Last synced: 11 months ago
JSON representation

The documentation of Spruce CSS.

Awesome Lists containing this project

README

          








Spruce CSS




**Spruce CSS uses [Gatsby](https://www.gatsbyjs.org/) for its documentation.**

[![Netlify Status](https://api.netlify.com/api/v1/badges/32f689b9-2e24-462f-be66-22e1233d7f9b/deploy-status)](https://app.netlify.com/sites/sprucecss/deploys)

## Contributing

1. **Clone the repository**

```shell
git clone https://github.com/conedevelopment/sprucecss-site.git
```

2. **Install the dependencies**

Navigate into your new site’s directory and install the dependencies.

```shell
cd sprucecss-site/
npm install
```

3. **Start developing**

To use Gatsby CLI first you have to install it globally by running: `npm install -g gatsby-cli`

```shell
gatsby develop
```