Add Encounters

Automatically determine "last modified" date
Expand Languages
This commit is contained in:
2023-06-26 16:42:24 -04:00
parent 5abf44368d
commit e7cb4763be
20 changed files with 482 additions and 309 deletions

6
.prettierrc Normal file
View File

@@ -0,0 +1,6 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true
}