Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 450 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 450 Bytes

Hitch-a-Ride Client

Web-based client for Hitch-a-Ride.

Prereqs

Requires Yeoman, Grunt, and Bower.

npm install -g yo grunt-cli bower 

Getting Started

Install dependencies:

npm install && bower install --dev

Build the project:

grunt build

Run a server:

grunt server

License

MIT