Skip to content

Commit 68e8f96

Browse files
committed
add more instructions to readme
1 parent 569a2fb commit 68e8f96

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,12 @@ See the `Makefile` for all commands.
4141
1. Install npm packages: `npm i`
4242
2. Initialize and migrate the db: `bundle exec rails db:migrate`
4343
3. Seed the db: `bundle exec rails db:seed`
44-
5. Start Tap: `./bin/dev`
44+
5. Start Tap: `./bin/dev` (or run `npm run build:js`, then `bundle exec rails s`)
45+
46+
#### Tests
47+
48+
Run `bundle exec rake`\
49+
or if that doesn't work try `bundle exec rspec`?
4550
4651
## Deploy to production
4752

0 commit comments

Comments
 (0)