Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Latest commit

 

History

History
54 lines (38 loc) · 861 Bytes

README.md

File metadata and controls

54 lines (38 loc) · 861 Bytes

README

Build Status

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

    • 2.4
  • System dependencies

  • Configuration

  • Setup

$ bundle install --path vendor/bundle
$ yarn install
$ brew services start redis
  • Setup database
$ bin/rails db:setup
  • API Document
$ AUTODOC=1 bundle exec rspec
  • How to run the test suite
$ bundle exec guard
  • How to run the local development server
# Run both servers
$ bin/webpack-dev-server
$ bundle exec sidekiq -C config/sidekiq.yml
$ rails s
$ bundle exec rackup # to view Sidekiq dashboard