Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 216 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 216 Bytes

GoFish Example

Basic Rails app for GoFish on Rails starting point

Setup

bundle install
yarn install
rails db:setup

Running the app

bin/dev

Running tests

rspec