The official website for the Holdeman Neighborhood Association in Tempe, Arizona.
Available at holdemantempe.org.
First, install dependencies:
npm installThen start the development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openThe website automatically deploys to production when changes are pushed to the main branch.
To create a production version locally:
npm run buildTo manually deploy to Cloudflare Pages:
npm run deploy- SvelteKit
- TypeScript
- TailwindCSS
- Cloudflare Pages
- Cloudflare D1 (database)