Added dependencies. Updated readme.

This commit is contained in:
Lucid Kobold
2022-04-08 11:43:48 -05:00
parent dc8aa5cd20
commit 1969cb7161
314 changed files with 4103 additions and 2986 deletions

13
.gitignore vendored
View File

@@ -1,8 +1,13 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# next.js
/.next/
/out/
@@ -20,4 +25,10 @@ yarn-debug.log*
yarn-error.log*
# local env files
.env*
.env*
# yarn
.yarn/*
!.yarn/releases
!.yarn/plugins
.pnp.*