Skip to content

EngHack/enghack-website-v0

 
 

Repository files navigation

EngHack

EngHack's website.

Development Environment

Ensure you have npm and bower installed, and that you've cloned this repo.

If you don't have npm, download Node.js and npm.

Then, open your terminal and cd into this repo's directory:

$ npm install bower -g
$ npm install grunt-sass
$ npm install
$ bower install

That will install bower, a package manager for the front-end, and then installs our front-end dependencies as well as the grunt task runner to compile SASS and minify CSS.

To run the server:

$ grunt

If you get "grunt command not found..." error, try npm install grunt-cli -g.

Then navigate to localhost:8000 in your browser.

Releases

No releases published

Packages

No packages published

Languages

  • CSS 92.6%
  • HTML 7.2%
  • JavaScript 0.2%