Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 268 Bytes

File metadata and controls

15 lines (11 loc) · 268 Bytes

Pinmapper

Explore Pins around the world.

Development Setup

You need to create your own credentials for the development environment.

$ bundle install
$ bundle exec rails db:create
$ bundle exec rails db:migrate
$ yarn install
$ bundle exec rails s