zhenguwu / RidgeHacks

RidgeHacks Website

Home Page:https://www.ridgehacks.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RidgeHacks Logo

RidgeHacks

Website for the Ridge High School hackathon, RidgeHacks.

Uses node libraries to minify html, javascript and css. Requires Nodejs and npm. All source files are located in the /src folder, and the final output site is in the /dist folder. All minifying code is in the build.js file.

Usage

  1. Run npm install in your shell to download required node modules.
  2. Create and edit source html, javascript, and css files in the /src folder.
  3. Add any static files such as images and fonts to the /src folder as well. These will be copied to the /dist folder before minification.
  4. Do npm run build in your shell to minify html, javascript and css, they will be output to the /dist folder with the same name.

About

RidgeHacks Website

https://www.ridgehacks.com


Languages

Language:CSS 89.1%Language:HTML 5.6%Language:JavaScript 5.4%