mirror of
https://github.com/wahyd4/you-music.git
synced 2026-08-09 05:06:44 +10:00
7 lines
199 B
Plaintext
7 lines
199 B
Plaintext
# Procfile for local development
|
|
# Use with: npm install -g node-foreman
|
|
# Then run: nf start
|
|
|
|
backend: cd backend && source .venv/bin/activate && python main.py
|
|
frontend: cd frontend && npm run dev
|