1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-08-16 21:50:33 +03:00
leon/.gitpod.yml
Divlo a576ecfc7d
chore: add Gitpod (#238)
* chore: add Gitpod

* docs: add single-click setup with Gitpod

Co-authored-by: louistiti <louis.grenard@gmail.com>
2021-04-23 10:20:16 +08:00

20 lines
317 B
YAML

image: 'gitpod/workspace-full'
tasks:
- before: 'npm install'
init: 'npm run check && npm run build'
command: 'npm start'
ports:
- port: 1337
onOpen: 'notify'
github:
prebuilds:
master: true
branches: true
pullRequests: true
addComment: true
addBadge: true
addLabel: true