Skip to content

Mobile-friendly version of SFBBO guide to birding hotspots along the San Francisco Bay Trail

Notifications You must be signed in to change notification settings

saasbook/baytrailbirding

Repository files navigation

baytrailbirding

Build Status Code Maintainability Code Coverage Pivotal Tracker

Spring 2022 CS169L

Build Status Maintainability Test Coverage Bluejay Dashboard

Requirements

  • Ruby 2.7
  • Bundler 2
  • NodeJS v16.x

Setup

Clone the repo, then install needed gems:

$ bundle install

Then, migrate the database:

$ bundle exec rails db:migrate

Then, start the server:

$ bundle exec rails server

Testing

To run the Cucumber and RSpec tests:

$ bundle exec cucumber
$ bundle exec rspec

To run ESLint:

$ npm install
$ npm run lint
$ npm run lint:fix

About

Mobile-friendly version of SFBBO guide to birding hotspots along the San Francisco Bay Trail

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published