Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/claytonpassmore/hockeypool
https://github.com/claytonpassmore/hockeypool
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/claytonpassmore/hockeypool
- Owner: ClaytonPassmore
- Created: 2016-01-04T21:56:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-12T18:06:28.000Z (about 8 years ago)
- Last Synced: 2024-10-12T07:46:39.118Z (3 months ago)
- Language: JavaScript
- Size: 3.66 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HockeyPool
## Installation
This section assumes your `pwd` is the top level of the project.Install system dependencies for debian and derivatives (other systems are not officially supported):
```bash
make system
```Install python dependencies:
```bash
make depends
```Install node dependencies:
```
npm install
```Initialize and update the database:
```bash
make init
```## Development
Once again, this section assumes your `pwd` is the top level of the project.To compile the ECMA Script:
```
npm run grunt
```To run the web server:
```bash
make run
```