Skip to content

Elizabeth1998/2018-kenthackenough-ui-main

 
 

Repository files navigation

KHE Frontend 2018

Website for http://khe.io

Setup

Thanks for helping with KHE dev! Here's how you can get started:


# Cloning this repo:
git clone https://github.com/hacksu/2018-kenthackenough-ui-main.git

# Going into the repo:
cd 2018-kenthackenough-ui-main

# install dependencies
# This might give you errors, depending on your machine & node version!
# Don't be afraid to ask the slack for help!
npm install

# Finally, run this command, and then go to http://localhost:8080
# to see the website in development mode!
npm run dev

# build for production with minification (don't worry about this one unless
# you know what that means)
npm run build

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 63.4%
  • JavaScript 35.9%
  • HTML 0.7%