larsmsp / unik-web

Web page for displaying information and host registration for a programming competition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unikon-web

A website to organize a hackathon

Visit the page at unikon.herokuapp.com

Install guide

You'll need:

Get up and running with:

git clone https://github.com/teodoran/unik-web.git
cd unik-web
npm install
npm start

Pushing to heroku:

Login with the heroku toolbelt using heroku login. Here you'll either use the previously mentined heroku test-account (see Confluence), or you'll use your own personal account, and contact @teodoran to get push-rigths.

Then you'll have to add the heroku remote:

cd some-folder-/unik-web
heroku git:remote -a unikon

You shoud now be able to deploy the app to heroku using git push heroku master.

About

Web page for displaying information and host registration for a programming competition

License:MIT License


Languages

Language:HTML 65.4%Language:JavaScript 24.3%Language:CSS 10.3%