-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitpod.yml
33 lines (32 loc) · 908 Bytes
/
.gitpod.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
gitConfig:
alias.st: status
tasks:
- name: Setup fnm (Fast node manager)
before: curl -fsSL https://fnm.vercel.app/install | bash
init: |
source /home/gitpod/.bashrc
fnm install --latest
- name: Global dependencies
before: ./setup.sh
- name: Setup slides
init: cd slides && npm install
- name: Setup catalyst
init: npm install
- name: Start docker service
command: "docker run -d -p 8080:8080 -e PLANTUML_LIMIT_SIZE=15000 plantuml/plantuml-server:jetty-v1.2023.1"
openMode: tab-after
- name: Start slides service
command: cd slides && npm run dev
openMode: tab-after
- name: Start typecript service
command: npm run dev
openMode: tab-after
vscode:
extensions:
- jebbs.plantuml
- redhat.vscode-xml
- jock.svg
- DavidAnson.vscode-markdownlint
- hediet.vscode-drawio
- usernamehw.errorlens
- Codeium.codeium