Completely streamline setup experience for new users, add more documentation

This commit is contained in:
Young Lee
2025-02-27 20:15:05 -08:00
parent 56a8263f33
commit 38f56eb7e2
6 changed files with 296 additions and 84 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
"build": "wrangler deploy --dry-run --outdir=dist",
"format": "prettier --write '**/*.{js,ts,css,json,md}'",
"dev": "wrangler dev",
"deploy": "wrangler deploy"
"deploy": "wrangler deploy --env production"
},
"author": "",
"license": "MIT",