This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2018-03-11 19:50:40 -07:00
|
|
|
web: env PORT=3000 bundle exec puma -C config/puma.rb
|
|
|
|
sidekiq: env PORT=3000 bundle exec sidekiq
|
|
|
|
stream: env PORT=4000 yarn run start
|
2017-09-27 05:41:54 -07:00
|
|
|
webpack: ./bin/webpack-dev-server --listen-host 0.0.0.0
|