/sprucecss-site

The documentation of Spruce CSS.

Primary LanguageMDX


Spruce CSS

Spruce CSS uses Gatsby for its documentation.

Netlify Status

Contributing

  1. Clone the repository

    git clone https://github.com/conedevelopment/sprucecss-site.git
  2. Install the dependencies

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

    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

    gatsby develop