Skip to content

TaskRatchet/TaskRatchet.com

Repository files navigation

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