1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-02-16 23:53:52 -05:00

5 lines
236 B
Plaintext
Raw Normal View History

web: env PORT=3000 RAILS_ENV=development bundle exec puma -C config/puma.rb
sidekiq: env PORT=3000 RAILS_ENV=development bundle exec sidekiq
stream: env PORT=4000 yarn workspace @mastodon/streaming start
webpack: bin/webpack-dev-server