Marketing website for TaskRatchet built with Astro and Svelte.
Install dependencies:
pnpm install
Start development server:
pnpm run dev
Build for production:
pnpm run build
Preview production build:
pnpm run preview
/
├── public/ # Static assets
├── src/
│ ├── components/ # Svelte components
│ ├── layouts/ # Page layouts
│ ├── pages/ # Astro pages
│ └── styles/ # Global styles
└── package.json
The site is deployed to taskratchet.com via Render. Deployments are triggered automatically when changes are pushed to the main branch.
- Astro - Static site generator
- Svelte - Component framework
- TypeScript - Type safety