logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

Procfile.dev (190B)


  1. web: env PORT=3000 bundle exec puma -C config/puma.rb
  2. sidekiq: env PORT=3000 bundle exec sidekiq
  3. stream: env PORT=4000 yarn run start
  4. webpack: ./bin/webpack-dev-server --listen-host 0.0.0.0