CWDG / design-circle-old

The website for Design Circle
Other
0 stars 0 forks source link

Design Circle

We are using the Shared Repository Model

The Design Circle club (referred to as DC from here forward) currently does not have a truly functional site, though there is a little something here.

Goals for the site

Developer Setup

Prerequisites

Getting setup

  1. Clone the project

    git clone git@github.com:CWDG/design-circle
  2. Install dependencies

    npm install
  3. Install Grunt globally

    npm install -g grunt-cli
  4. Start the server

    grunt serve