First pass at react conversion

This commit is contained in:
AtHeartEngineer
2022-05-20 13:49:18 -04:00
parent 805330e848
commit 33077736d8
34 changed files with 28598 additions and 19 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
/.vscode
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*