Skip to content

Commit c5800c0

Browse files
committed
chore: add gitpod and codespaces
1 parent d3fa93e commit c5800c0

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.gitpod.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
tasks:
2+
- init: npm install
3+
command: npm run dev
4+
5+
ports:
6+
- port: 3000
7+
onOpen: open-browser
8+
9+
vscode:
10+
extensions:
11+
- EditorConfig.EditorConfig
12+
- ms-vscode.vscode-typescript-next
13+
- oderwat.indent-rainbow
14+
- wix.vscode-import-cost
15+
- kamikillerto.vscode-colorize
16+
- aaron-bond.better-comments

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ The fastest way to use it privately on PaaS available
7272
<img height="32" alt="Open in IDX" src="https://cdn.idx.dev/btn/open_purple_32.svg">
7373
</picture>
7474
</a>
75+
<a href="https://gitpod.io/#https://github.com/sooluh/kodepos">
76+
<img alt="Open in Gitpod" src="https://gitpod.io/button/open-in-gitpod.svg" height="32" />
77+
</a>
78+
<a href="https://codespaces.new/sooluh/kodepos">
79+
<img alt="Open in GitHub Codespaces" src="https://github.com/codespaces/badge.svg" height="32" />
80+
</a>
7581

7682
## Endpoints
7783

0 commit comments

Comments
 (0)