Skip to content

✉ 🤘 Collect and share status reports via email

Notifications You must be signed in to change notification settings

ahuth/standfast

Repository files navigation

Standfast

Collect and share status reports via email.

Prerequisites

  1. Ruby 2.3.3
  2. Bundler 1.13.6
  3. Node 7.2+
  4. Yarn 0.17+
  5. PostgreSQL 9.6
  6. (Recommended) rbenv and rbenv-gemset

Installation

Run bundle install to install the Ruby dependencies. Then run yarn install to install the Javascript dependencies.

Setup the database with rake db:setup. This command creates the database, loads the schema, and seeds the data.

Finally, run the app with rails s.

Linting

Run all linters with rake lint. You can also run rubocop -D or yarn lint for only the back or front end.

Testing

Run all tests with rake spec. You can also run rspec or yarn test for only the back or front end.

About

✉ 🤘 Collect and share status reports via email

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published