5 lines
173 B
Plaintext
5 lines
173 B
Plaintext
# Local development processes
|
|
# Components will be added below as they're created
|
|
studio-ui: cd apps/studio-ui && npm run dev
|
|
studio-api: cd services/studio-api && make run
|