Spruce CSS uses Gatsby for its documentation.
-
Clone the repository
git clone https://github.com/conedevelopment/sprucecss-site.git
-
Install the dependencies
Navigate into your new site’s directory and install the dependencies.
cd sprucecss-site/ npm install
-
Start developing
To use Gatsby CLI first you have to install it globally by running:
npm install -g gatsby-cli
gatsby develop