File tree 2 files changed +22
-0
lines changed
2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -72,6 +72,12 @@ The fastest way to use it privately on PaaS available
72
72
< img height=" 32" alt=" Open in IDX" src=" https://cdn.idx.dev/btn/open_purple_32.svg" >
73
73
< /picture>
74
74
< /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>
75
81
76
82
# # Endpoints
77
83
You can’t perform that action at this time.
0 commit comments