/ccs-front

Community Crowd Funding Frontend

Primary LanguageSCSS

Particl CCS Front-end

Installation

Fetch dependencies:

$ yarn install

Also install jekyll if you don't have it already.

Development

Compile site using jekyll:

$ jekyll build --source ./ --destination ./_site

Serve the site:

$ jekyll serve

Development workflow (live compiling of SCSS etc.):

$ gulp devel