mapcomplete/.gitpod.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
472 B
YAML
Raw Normal View History

2022-07-05 17:02:08 +02:00
tasks:
- init: npm run init
command: npm run start
2023-03-19 19:37:16 +01:00
name: Initialize and start MapComplete
- name: Generate Layeroverview
command: npm run generate:layeroverview
2022-07-05 17:02:08 +02:00
ports:
- name: MapComplete Website
port: 1234
onOpen: open-browser
vscode:
extensions:
- "esbenp.prettier-vscode"
2022-07-13 12:33:09 +02:00
- "eamodio.gitlens"
2023-03-19 19:37:16 +01:00
- "github.vscode-pull-request-github"
- "svelte.svelte-vscode"
- "bradlc.vscode-tailwindcss"
- "editorconfig.editorconfig"