https://github.com/hacksu/kenthackenough-ui-staff
The is the interface for the hackathon management system part of the Kent Hack Enough website.
https://github.com/hacksu/kenthackenough-ui-staff
Last synced: 10 months ago
JSON representation
The is the interface for the hackathon management system part of the Kent Hack Enough website.
- Host: GitHub
- URL: https://github.com/hacksu/kenthackenough-ui-staff
- Owner: hacksu
- License: mit
- Archived: true
- Created: 2015-02-26T15:17:26.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-03-03T19:00:37.000Z (almost 8 years ago)
- Last Synced: 2025-02-23T18:44:24.877Z (about 1 year ago)
- Language: JavaScript
- Size: 800 KB
- Stars: 0
- Watchers: 7
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# Kent Hack Enough *Staff*
This is the user interface for the hackathon management system. It's an AngularJS app that connects to the `hacksu/kenthackenough` repository.
## Setup
### Development
1. Install [Vagrant](https://www.vagrantup.com/downloads.html)
2. Install [VirtualBox](https://www.virtualbox.org)
3. Clone this repository
4. `cp config/config_example.js config/config.js`
5. Open `config/config.js` and enter desired values
6. `vagrant up`
7. `bower install`
8. `npm install`
9. Run `gulp watch` while developing
### Production
1. Clone this repository
2. `cp config/config_example.js config/config.js`
3. Open `config/config.js` and enter desired values
4. `./provision.sh`
5. `bower install`
6. `npm install`
7. `gulp build`