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

https://github.com/viveknaskar/kitable-website


https://github.com/viveknaskar/kitable-website

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# kitable website

A modern e-commerce platform for books built with React.

## This project is built with:

- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS

## Deployment

This project is configured for GitHub Pages deployment. To deploy:

1. Push your code to a GitHub repository
2. Enable GitHub Pages in your repository settings
3. Set the source to "GitHub Actions"
4. The workflow will automatically build and deploy your site

The site will be available at: `https://[your-username].github.io/kitable/`

## Development

```bash
# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build
```