An open API service indexing awesome lists of open source software.

https://github.com/frxnnk/amazon-affiliates

Amazon Affiliates site built with Astro, Tailwind CSS, and Clerk authentication
https://github.com/frxnnk/amazon-affiliates

affiliates amazon astro ecommerce tailwindcss typescript web

Last synced: about 1 month ago
JSON representation

Amazon Affiliates site built with Astro, Tailwind CSS, and Clerk authentication

Awesome Lists containing this project

README

          

# Amazon Affiliates

Amazon Affiliates product site built with Astro and Tailwind CSS. Browse and discover products with affiliate link integration and a clean, fast static site.

## Features

- Static site generation with Astro for blazing fast performance
- Tailwind CSS for styling
- Product listing pages with Amazon affiliate links
- Clean, responsive design
- Clerk authentication integration

## Tech Stack

- **Framework**: Astro
- **Styling**: Tailwind CSS
- **Auth**: Clerk
- **Hosting**: Vercel

## Getting Started

```bash
npm install
npm run dev
```

Open `http://localhost:4321` to see the site.

## Scripts

| Command | Action |
|---|---|
| `npm install` | Install dependencies |
| `npm run dev` | Start local dev server at `localhost:4321` |
| `npm run build` | Build production site to `./dist` |
| `npm run preview` | Preview build locally |

## License

MIT