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