Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

conedevelopment/sprucecss-site

Repository files navigation


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