This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2018-03-12 03:50:40 +01: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 14:41:54 +02:00
|
|
|
webpack: ./bin/webpack-dev-server --listen-host 0.0.0.0
|