Skip to content

dvchacks/dvchacks.github.io

Repository files navigation

DVCHacks 2019 Website

Official website of DVCHacks 2019!


Table of Contents


Install

Prerequisites:

$ git clone https://github.com/dvchacks/dvchacks.github.io.git
$ npm install
$ gulp watch

Tech Stack

  • Node.js
    Node.js is a JavaScript run-time environment that executes JavaScript code outside of a browser.
    We use it so we can work with Gulp, Webpack, and Panini in our project.
  • Gulp
    Gulp is a toolkit for automating development workflow.
    When any of the files changed, it calls other packages to process those files.
  • Webpack
    Webpack bundles any Javascript dependencies we have into a single bundle.js.
  • Panini
    Panini is a simple HTML files generator.
    It will convert the templates in the src folder into HTML pages in the root folder.
  • Foundation
    Foundation is a responsive mobile-friendly front-end framework for designing websites.
    It makes our website looks pretty!

Contributors