๐ Deployment Instructions for Axiom-Explorer
Your website is built, secured, and ready for launch on Cloudflare Pages.
1. Prerequisites
You need a Cloudflare account. If you havenโt logged in with Wrangler (the Cloudflare CLI) yet, do so now:
npx wrangler login2. Deploy
Run the following command to deploy the dist/public folder to Cloudflare Pages.
# Navigate to the project folder
cd "C:\Users\lowes\Downloads\Compressed\Axiom-Explorer\Axiom-Explorer"
# Deploy to Production
npx wrangler pages deploy dist/public --project-name axiom-explorer3. Verify
- URL: Wrangler will give you a URL (e.g.,
https://axiom-explorer.pages.dev). - Security: Visit the URL. You should see the Password Gate.
- Access Code: Enter
LOGOSto unlock. - Content: Navigate to the โExplorerโ tab. You should see all 188 Axioms, fully filterable by the 7 Paths (Categories) we set up.
4. Updates
If you change the axioms in the future:
- Run
node scripts/importCanon.mjs(in D: workspace) to update the content. - Run
npm run build(in C: project) to rebuild the site. - Run
npx wrangler pages deploy dist/publicto publish.