-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitpod.yml
34 lines (32 loc) · 978 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
34
tasks:
- before: |
printf "\n[settings]\napi_key = $WAKA_TIME_API_KEY\n" > ~/.wakatime.cfg
printf "//registry.npmjs.org/:_authToken=${NPM_TOKEN}\n" >> ~/.npmrc
- init: npm install
command: npm run dev
# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
ports:
- port: 3000
onOpen: open-browser
vscode:
extensions:
- github.vscode-pull-request-github
- redhat.vscode-yaml
- svelte.svelte-vscode
- robole.snippets-ranger
- bierner.color-info
- vivaxy.vscode-conventional-commits
- mhutchie.git-graph
- heybourn.headwind
- bradlc.vscode-tailwindcss
- oderwat.indent-rainbow
- christian-kohler.path-intellisense
- esbenp.prettier-vscode
- csstools.postcss
- christian-kohler.npm-intellisense
- vscode-icons-team.vscode-icons
- dbaeumer.vscode-eslint
- tuto193.monokai-vibrant
- this-fifo.natty
- qcz.text-power-tools
- wakatime.vscode-wakatime