first commit, basic http server rending a sample svg is functioning

This commit is contained in:
2023-07-02 23:46:40 -07:00
commit 67ed949d8a
17 changed files with 619 additions and 0 deletions

9
.editorconfig Normal file
View File

@@ -0,0 +1,9 @@
root = true
indent_style = tab
indent_size = 4
[*.{md,yaml,yml,json}]
indent_style = space
indent_size = 2