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