Skip to content

sparkyfen/linesPerBeat

Repository files navigation

LinesPerBeat

Open-Source Hackathon Leaderboard

Build Status Built with Grunt

Version

0.1

License

MIT

Home

Screenshot of home page

Login

Screenshot of login page

Register

Screenshot of register page

Edit Profile

Screenshot of edit profile page

Change Password

Screenshot of change password page

Link Accounts

Screenshot of link accounts page

Get GruntFile

Screenshot of get grunt file page

Mobile

Screenshot of mobile home page Screenshot of mobile login page Screenshot of mobile navbar

TODO

Here

API Docs

/docs/

# Generate API Docs
grunt apidoc

Demo

http://linesperbeat.herokuapp.com/

Test

# Server-side testing
npm test
# Client-side testing
grunt build

Dependencies

Installation

git clone <repo url>
cd /path/to/repo

# Start up DB
couchdb

# Install server-side dependencies & database structure for development
NODE_ENV=development npm install

# Install server-side dependencies & database structure for production
NODE_ENV=production npm install

# Don't forget to edit your configuration files at lib/config/env/

# Install client-side dependencies
bower install

# Development server startup
grunt serve

# Build for Production
grunt build
mv ./dist /path/to/production/location && cd /path/to/production/location

# Use Node to run
NODE_ENV=production IP=127.0.0.1 PORT=9000 node server.js

# Or use forever (https://github.com/nodejitsu/forever)
NODE_ENV=production IP=127.0.0.1 PORT=9000 forever start server.js

About

Hackathon Leaderboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages