Skip to content

Commit 99ff7f8

Browse files
authored
chore(setup): init changes (#3)
1 parent eaa7ec9 commit 99ff7f8

File tree

5 files changed

+2028
-71
lines changed

5 files changed

+2028
-71
lines changed

.env.sample

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
PORT=undefined
21
PLT_BACKEND_TYPESCRIPT=true
3-
PLT_COMPOSER_TYPESCRIPT=true
4-
PLT_COMPOSER_EXAMPLE_ORIGIN=http://127.0.0.1:3043

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ dist
119119
# TernJS port file
120120
.tern-port
121121

122-
# Stores VSCode versions used for testing VSCode extensions
122+
# VSCode
123+
.vscode
123124
.vscode-test
124125

125126
# yarn v2

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Project setup
44

55
```
6-
npm install
6+
npm install && cp .env.sample .env
77
```
88

99
### Build
@@ -37,7 +37,6 @@ npm run dev
3737

3838
1. run the server
3939
2. open the browser and go to `http://localhost:3042/`
40-
3. click on "OpenAPI Documentation" link
41-
4. call the `/runtimes` endpoint
42-
5. call the `/metrics/{id}` endpoint
43-
40+
3. click on "OpenAPI Documentation" link (`http://localhost:3042/documentation/json`)
41+
4. call the `/api/runtimes` endpoint
42+
5. call the `/api/runtimes/{id}/metrics` endpoint

0 commit comments

Comments
 (0)