mirror of
https://github.com/leon-ai/leon.git
synced 2024-11-27 08:06:03 +03:00
a576ecfc7d
* chore: add Gitpod * docs: add single-click setup with Gitpod Co-authored-by: louistiti <louis.grenard@gmail.com>
20 lines
317 B
YAML
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
|