Skip to content

robert-j-webb/icarus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Icarus

Voting System for Pitt CSC Talks and Workshops

Installation

  1. Fork this repo

  2. Clone that repo

    git clone [email protected]:__your_username__/icarus.git
  3. Install dependencies

    npm install
    bower install

    If you don't have them already, you'll need npm and bower installed as well

Development

Run the development server

gulp serve

Build the app for distribution

gulp

Contributing to Icarus

Once you've made some changes on a branch, submit a Pull Request and your changes will be reviewed. Keep related changes in a branch, and submit it as a single pull request.

Questions?

Contact Alex LaFroscia.

About

Voting system for workshops and talks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.5%
  • HTML 23.3%
  • CSS 1.2%