feat(frontend): add basic framework

This commit is contained in:
DCsunset 2020-07-03 01:03:10 -07:00
parent 5a92944a5d
commit 107a91d9d1
23 changed files with 13099 additions and 0 deletions

13
frontend/.editorconfig Normal file
View file

@ -0,0 +1,13 @@
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false