We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 569a2fb commit 68e8f96Copy full SHA for 68e8f96
README.md
@@ -41,7 +41,12 @@ See the `Makefile` for all commands.
41
1. Install npm packages: `npm i`
42
2. Initialize and migrate the db: `bundle exec rails db:migrate`
43
3. Seed the db: `bundle exec rails db:seed`
44
-5. Start Tap: `./bin/dev`
+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`?
50
51
## Deploy to production
52
0 commit comments