Skip to content

Commit

Permalink
Update readme and move run
Browse files Browse the repository at this point in the history
  • Loading branch information
hunchr committed Nov 5, 2024
1 parent 18f51b1 commit 9b2ea82
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,13 @@ end

Finally, you will need to create a configuration file to specify which models you want to manage with Hotsheet.

## Development: Local Setup

After cloning the repo, run `bin/setup` to install dependencies.

- Run tests: `bin/check`
- Run linters: `bin/fastcheck`
- Start dummy app: `spec/dummy/bin/run`

## TODO

Expand Down
5 changes: 0 additions & 5 deletions bin/run

This file was deleted.

5 changes: 5 additions & 0 deletions spec/dummy/bin/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env sh
set -eu

[ "$(basename "$PWD")" = dummy ] || cd spec/dummy
bundle exec rails s

0 comments on commit 9b2ea82

Please sign in to comment.