Update README.md

This commit is contained in:
Tamani Karim
2025-08-15 16:01:10 +01:00
committed by GitHub
parent b956247dac
commit f9a298e62f
+34 -39
View File
@@ -1,50 +1,45 @@
# Vite & HeroUI Template
This is a template for creating applications using Vite and HeroUI (v2).
[Try it on CodeSandbox](https://githubbox.com/frontio-ai/vite-template)
![App Screenshot](https://github.com/stackrender/.github/blob/main/assets/white_hero.PNG?raw=true)
<h4 align="center">
<a href="https://www.stackrender.io">
<img src="https://img.shields.io/badge/Start%20Building!-gray.svg?logo=data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZENzAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMgMyBMMiAxMyBoNyBMMTEgMjEgTDIyIDExIGgtNyBMIDEzIDMgeiIvPjwvc3ZnPg==" alt="Start Building!" />
</a>
<a href="https://discord.com/invite/DsN8RcPR6Y">
<img src="https://img.shields.io/discord/1352085267535761448?color=5865F2&label=Discord&logo=discord&logoColor=white" alt="Discord community channel" />
</a>
<a href="https://x.com/intent/follow?screen_name=Iam_The_Dev">
<img src="https://img.shields.io/twitter/follow/Iam_The_Dev?style=social"/>
</a>
## Technologies Used
</h4>
- [Vite](https://vitejs.dev/guide/)
- [HeroUI](https://heroui.com)
- [Tailwind CSS](https://tailwindcss.com)
- [Tailwind Variants](https://tailwind-variants.org)
- [TypeScript](https://www.typescriptlang.org)
- [Framer Motion](https://www.framer.com/motion)
# Welcom to StackRender 🚀
StackRender was born from the need to automate backend development, covering everything from the database to the final API endpoint. Our first step toward this long-term vision is to provide a **next-generation, free, open-source database schema diagram generator**.
## How to Use
StackRender helps you go from **specifications** to a **fully functional, production-ready database** that can be exported in your preferred SQL dialect: **MySQL, PostgreSQL, MariaDB, or SQLite**.
To clone the project, run the following command:
🚀 [Cloud Version](https://stackrender.com)<br/>
💻 [Open Source Repository](https://github.com/yourusername/stackrender)
```bash
git clone https://github.com/frontio-ai/vite-template.git
```
### Why Follow Us 📢
### Install dependencies
Were building StackRender, a tool that turns database designs into complete, functional apps, and we share every step of the journey.
You can use one of them `npm`, `yarn`, `pnpm`, `bun`, Example using `npm`:
Follow us for:
- Early previews of StackRender features
- Free dev tools & open-source goodies
- Practical coding tips you can use today
- Real-world lessons from building SaaS products
```bash
npm install
```
The next era of database engineering starts now.
### Run the development server
```bash
npm run dev
```
### Setup pnpm (optional)
If you are using `pnpm`, you need to add the following code to your `.npmrc` file:
```bash
public-hoist-pattern[]=*@heroui/*
```
After modifying the `.npmrc` file, you need to run `pnpm install` again to ensure that the dependencies are installed correctly.
## License
Licensed under the [MIT license](https://github.com/frontio-ai/vite-template/blob/main/LICENSE).
<pre> _____ _ _ _____ _
/ ____| | | | | __ \ | |
| (___ | |_ __ _ ___| | _| |__) |___ _ __ __| | ___ _ __
\___ \| __/ _` |/ __| |/ / _ // _ \ '_ \ / _` |/ _ \ '__|
____) | || (_| | (__| <| | \ \ __/ | | | (_| | __/ |
|_____/ \__\__,_|\___|_|\_\_| \_\___|_| |_|\__,_|\___|_|
</pre>