Skip to content

Commit

Permalink
chore: add gitpod and codespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
sooluh committed May 29, 2024
1 parent d3fa93e commit c5800c0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
tasks:
- init: npm install
command: npm run dev

ports:
- port: 3000
onOpen: open-browser

vscode:
extensions:
- EditorConfig.EditorConfig
- ms-vscode.vscode-typescript-next
- oderwat.indent-rainbow
- wix.vscode-import-cost
- kamikillerto.vscode-colorize
- aaron-bond.better-comments
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ The fastest way to use it privately on PaaS available
<img height="32" alt="Open in IDX" src="https://cdn.idx.dev/btn/open_purple_32.svg">
</picture>
</a>
<a href="https://gitpod.io/#https://github.com/sooluh/kodepos">
<img alt="Open in Gitpod" src="https://gitpod.io/button/open-in-gitpod.svg" height="32" />
</a>
<a href="https://codespaces.new/sooluh/kodepos">
<img alt="Open in GitHub Codespaces" src="https://github.com/codespaces/badge.svg" height="32" />
</a>

## Endpoints

Expand Down

0 comments on commit c5800c0

Please sign in to comment.