Skip to content

future-analytics/geoportal

 
 

Repository files navigation

Geoportal

Build Status Code Climate

Getting Started

This project uses Sinatra as the backend as well as grunt to build the front-end application.

To install the dependencies, you will need to run both bundle install and npm install in the project directory:

cd path/to/project
bundle install
npm install

If you have rvm installed, the .rvmrc script will take care of this for you.

After you have installed the dependencies, simply fire up the development environment with foreman

foreman start

Contributing

  • Fork the project.
  • Make your feature addition or bug fix.
  • Add tests for it, and make sure all the tests pass. This is important so we don't unknowingly break your changes in a future release. If you're fixing a bug, it helps us to verify that your bug does in fact exist.
  • Commit your changes to your own fork.
  • Send us a pull request, with a clear explanation of the changes. Bonus points for topic branches.

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 53.6%
  • Ruby 25.1%
  • HTML 12.6%
  • CSS 8.7%