CLOSER-Cohorts/archivist

View on GitHub
Procfile.dev

Summary

Maintainability
Test Coverage
in_out_worker: bundle exec sidekiq -C config/sidekiq.yml
web: cd react && PORT=3000 yarn start
api: bundle exec puma -p 3001 -C config/puma.rb