initial (sorta) commit

This commit is contained in:
2023-08-28 09:35:53 -05:00
commit b74b4afe26
64 changed files with 44211 additions and 0 deletions

8
build/manifest.json Normal file
View File

@ -0,0 +1,8 @@
{
"short_name": "ITR",
"name": "ITR React App",
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}