Official website of DVCHacks 2019!
Table of Contents
Prerequisites:
$ git clone https://github.com/dvchacks/dvchacks.github.io.git
$ npm install
$ gulp watch
- 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 singlebundle.js
. - Panini
Panini is a simple HTML files generator.
It will convert the templates in thesrc
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!
- Nadya Djojosantoso (@nadyafebi)
- Diane Tobit (@diane27)