mirror of
https://github.com/ianramzy/decentralized-video-chat.git
synced 2024-11-14 14:19:20 +08:00
9 lines
136 B
YAML
Vendored
9 lines
136 B
YAML
Vendored
tasks:
|
|
- init: npm install
|
|
command: |
|
|
cp .env.template .env
|
|
npm start
|
|
ports:
|
|
- port: 3000
|
|
onOpen: open-preview
|