Skip to content

openchattanooga/chattanooga-bike-parking-locator

Repository files navigation

Chattanooga Bike Parking Locator

Find the closest bike parking to you!

Installation

Requirements

Node.js, grunt, and bower.

Setting Up

Clone the repository, then from the project root run:

npm install
bower install

Development

To start the development environment, from the root of the project run:

grunt serve

The project will be accessible from http://localhost:9000.

Building

To build the distribution with compiled assets and such, run:

grunt

The distribution will be available in the generated dist folder and is now ready to put up on a server somewhere.

License

The project itself is under the MIT License.

There are image assets used in this project that are under Creative Commons:

"Paper Fibers" by Heliodor Jalba is licensed under CC BY-SA 3.0.

"chattanooga-3663.jpg" by nateClicks is licensed under CC BY 2.0.

Releases

No releases published

Packages

No packages published