First version of webring with simple landing page and control functions.

This commit is contained in:
DS 2024-09-27 16:34:11 -07:00
commit 554960fbef
22 changed files with 3621 additions and 0 deletions

29
.gitignore vendored Normal file
View file

@ -0,0 +1,29 @@
node_modules/
logs
_.log
npm-debug.log_
# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# TypeScript cache
\*.tsbuildinfo
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Output of 'npm pack'
\*.tgz
# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
# wrangler project
.dev.vars
.wrangler/
# Others
.direnv/
# Template rendering artifacts
public/*.html