https://github.com/viveknaskar/kitable-website
https://github.com/viveknaskar/kitable-website
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/viveknaskar/kitable-website
- Owner: viveknaskar
- Created: 2025-03-03T03:20:15.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-03T03:37:03.000Z (7 months ago)
- Last Synced: 2025-03-03T04:25:54.940Z (7 months ago)
- Language: TypeScript
- Size: 395 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 siteThe 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
```