Initial commit: add .gitignore and README

This commit is contained in:
defiQUG
2026-02-09 21:51:55 -08:00
commit d904c04c2d
52 changed files with 1613 additions and 0 deletions

10
.npmrc Normal file
View File

@@ -0,0 +1,10 @@
# Private npm registry configuration
# Uncomment and configure when registry is set up
# @workspace:registry=http://verdaccio:4873/
# //verdaccio:4873/:_authToken=${NPM_TOKEN}
# Or for GitHub Packages:
# @workspace:registry=https://npm.pkg.github.com
# //npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}