/ddh

This repo contains the static content used to build DuckDuckHack.com

Primary LanguageCSS

Welcome to DuckDuckHack!

This repo contains the static content used to build DuckDuckHack.com

Setting up

This project requires that you have npm, bower and grunt installed globally. You can set up and build the website using the following steps:

$ git clone https://github.com/duckduckgo/duckduckhack.com
$ cd duckduckhack.com/
$ npm i
$ bower install
$ grunt

Resources