Start of rewrite

This commit is contained in:
Cynthia Foxwell 2021-03-14 19:41:40 -06:00
commit 97e46f6447
12 changed files with 1448 additions and 0 deletions

5
.prettierrc Normal file
View file

@ -0,0 +1,5 @@
{
"semi": true,
"bracketSpacing": false,
"endOfLine": "lf"
}