Skip to content

RoseHulmanHackers/IvoryHacks

 
 

Repository files navigation

#Ivory Hacks ###Set Up

git clone https://github.com/Doolan/IvoryHacks.git
cd IvoryHacks
npm install #installs all of the packages
npm start #launches the site on http://localhost:3000/

###Required Tools Install these first

  1. Node.js
  2. Git
  3. nodemon
npm install -g nodemon

###npm install errors In the unlikely case Semanitic UI has installation errors:

npm install -g gulp
npm install semantic-u --save 
#Or
npm install
#Then
cd semantic-ui/
gulp build

#Site Sections ##Main Page alt text ##About Page alt text ##Challenges Page alt text ##Schedule Page alt text ##Sponsors Page alt text ##FAQ Page alt text ##Footer The site ends in a full width interactive Google Map of Rose-Hulman's campus alt text

About

Website for IvoryHacks by Rose-Hulman Hacker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 70.0%
  • CSS 19.0%
  • JavaScript 11.0%