Skip to content

Commit c8d77fe

Browse files
committed
Initial commit
0 parents commit c8d77fe

File tree

154 files changed

+9892
-0
lines changed

Some content is hidden

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

154 files changed

+9892
-0
lines changed

.eslintrc.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module.exports = {
2+
parser: '@typescript-eslint/parser',
3+
plugins: ['@typescript-eslint'],
4+
extends: ['plugin:@typescript-eslint/recommended'],
5+
rules: {
6+
"@typescript-eslint/indent": ["error", 'tab']
7+
}
8+
};

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.bin binary

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
node_modules
2+
.idea
3+
dist
4+
*.iml

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
O HAI

docs/assets/css/main.css

Lines changed: 865 additions & 0 deletions
Large diffs are not rendered by default.

docs/assets/css/main.css.map

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/images/icons.png

9.26 KB
Loading

docs/assets/images/icons@2x.png

27.1 KB
Loading

docs/assets/images/widgets.png

480 Bytes
Loading

docs/assets/images/widgets@2x.png

855 Bytes
Loading

0 commit comments

Comments
 (0)