Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 457 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 457 Bytes

CSSG landing page


obsolete repo, not maintained anymore

proceed to cssg.rocks instead


Static site built with assemble.io.

Install

Based on Node, requires grunt, so:

npm i -g grunt grunt-cli

Build

First launch (checkout CSSG-dependent repos):

grunt build --fetch

Following launches:

grunt build

Development

grunt dev