template: tanstack_start_ts_current-6b12e5d4b74e

This commit is contained in:
Lovable
2026-07-21 15:07:15 +02:00
commit d319ad429c
73 changed files with 6531 additions and 0 deletions

29
README.md Normal file
View File

@@ -0,0 +1,29 @@
# Welcome to your Lovable project
This project was built with [Lovable](https://lovable.dev).
## Build with Lovable
Open your project in the [Lovable editor](https://lovable.dev) and keep building.
- **Ship faster**: describe what you want to build and Lovable handles the code.
- **Stay in sync**: connect the project to GitHub and every change made in Lovable is committed straight to your repository.
- **Full ownership**: this code is yours. Push to your repository and your changes sync back into Lovable, ready for your next prompt.
## Development
Prefer working locally? You need Node.js and npm — [install with nvm](https://github.com/nvm-sh/nvm#installing-and-updating).
```sh
git clone <this-repository-url>
cd <repository-name>
npm i
npm run dev
```
## Built with
- TanStack Start
- TypeScript
- React
- Tailwind CSS