Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Latest commit

 

History

History
48 lines (36 loc) · 956 Bytes

File metadata and controls

48 lines (36 loc) · 956 Bytes

TaskRatchet.com

Marketing website for TaskRatchet built with Astro and Svelte.

Development

Install dependencies:

pnpm install

Start development server:

pnpm run dev

Build for production:

pnpm run build

Preview production build:

pnpm run preview

Project Structure

/
├── public/          # Static assets
├── src/
│   ├── components/  # Svelte components
│   ├── layouts/     # Page layouts
│   ├── pages/       # Astro pages
│   └── styles/      # Global styles
└── package.json

Deployment

The site is deployed to taskratchet.com via Render. Deployments are triggered automatically when changes are pushed to the main branch.

Tech Stack