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.
- Host: GitHub
- URL: https://github.com/conedevelopment/sprucecss-site
- Owner: conedevelopment
- Created: 2021-10-21T09:03:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T17:23:25.000Z (about 2 years ago)
- Last Synced: 2024-01-17T01:58:24.956Z (about 2 years ago)
- Language: MDX
- Homepage: https://sprucecss.com
- Size: 51.7 MB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Spruce CSS uses [Gatsby](https://www.gatsbyjs.org/) for its documentation.**
[](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
```