mirror of
https://github.com/czhu12/canine.git
synced 2025-12-21 10:49:49 -06:00
5 lines
110 B
Plaintext
5 lines
110 B
Plaintext
web: bin/rails server -p 3000
|
|
worker: bundle exec sidekiq
|
|
js: yarn build --reload
|
|
css: yarn build:css --watch
|