๐Ÿš€ 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 login

2. 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-explorer

3. 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 LOGOS to 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:

  1. Run node scripts/importCanon.mjs (in D: workspace) to update the content.
  2. Run npm run build (in C: project) to rebuild the site.
  3. Run npx wrangler pages deploy dist/public to publish.