Skip to content

Commit 7c63a82

Browse files
committed
Merge branch 'develop' into feature/RZA-250002
2 parents 129087b + 093df22 commit 7c63a82

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1157
-378
lines changed

.github/workflows/release-build.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,13 @@ To start the development server, run:
8888
npm run dev
8989
```
9090

91-
The server will start on `http://localhost:4321`.
91+
### test and lint
92+
93+
run
94+
95+
```sh
96+
npm run lint
97+
```
9298

9399
### Deployment
94100

abcd.code-workspace

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,19 @@
134134
"window.autoDetectColorScheme": true,
135135
"window.title": "${rootNameShort}${separator}${activeEditorShort}${separator}${activeFolderMedium}",
136136
"window.zoomLevel": 0.5,
137+
"workbench.colorTheme": "Tokyo Night Storm",
138+
"workbench.editor.pinnedTabSizing": "compact",
139+
"workbench.editor.pinnedTabsOnSeparateRow": true,
140+
"workbench.editorAssociations": {
141+
"*.log": "default"
142+
},
143+
"zenMode.centerLayout": false,
144+
"cSpell.words": [],
145+
"workbench.editor.limit.excludeDirty": true,
146+
"files.readonlyInclude": {
147+
".githooks/**": true,
148+
".github/**": true
149+
},
137150
"workbench.colorCustomizations": {
138151
"activityBar.activeBackground": "#d5ff01",
139152
"activityBar.background": "#d5ff01",
@@ -153,19 +166,6 @@
153166
"titleBar.activeForeground": "#15202b",
154167
"titleBar.inactiveBackground": "#abcd0099",
155168
"titleBar.inactiveForeground": "#15202b99"
156-
},
157-
"workbench.colorTheme": "Tokyo Night Storm",
158-
"workbench.editor.pinnedTabSizing": "compact",
159-
"workbench.editor.pinnedTabsOnSeparateRow": true,
160-
"workbench.editorAssociations": {
161-
"*.log": "default"
162-
},
163-
"zenMode.centerLayout": false,
164-
"cSpell.words": [],
165-
"workbench.editor.limit.excludeDirty": true,
166-
"files.readonlyInclude": {
167-
".githooks/**": true,
168-
".github/**": true
169169
}
170170
}
171171
}

public/fonts/Boisu-Stroke.otf

77.5 KB
Binary file not shown.
490 KB
Binary file not shown.
10.6 KB
Binary file not shown.
9.16 KB
Binary file not shown.

public/fonts/Roboto-Bold.ttf

163 KB
Binary file not shown.
26.5 KB
Binary file not shown.
20.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)