Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 771 Bytes

File metadata and controls

46 lines (30 loc) · 771 Bytes

Holdeman Neighborhood Association Website

The official website for the Holdeman Neighborhood Association in Tempe, Arizona.

Available at holdemantempe.org.

Development

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

Building and Deployment

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

Technology Stack

  • SvelteKit
  • TypeScript
  • TailwindCSS
  • Cloudflare Pages
  • Cloudflare D1 (database)