UPDATE: Update readme and Next 16.07 (CVE-2025-66478)
This commit is contained in:
63
README.md
Normal file
63
README.md
Normal file
@@ -0,0 +1,63 @@
|
||||
# Firefly SrTools
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
**Firefly SrTools** is a modern, high-performance web toolkit designed to streamline workflows and provide essential services. This project is built upon the powerful synergy of the **Next.js** framework and the ultra-fast **Bun.js** runtime, ensuring lightning-fast development and deployment.
|
||||
|
||||
---
|
||||
|
||||
## Live Sites
|
||||
|
||||
The application is deployed and available at the following URLs:
|
||||
|
||||
| Role | URL |
|
||||
| :--- | :--- |
|
||||
| **Main Site** | [srtools.kain.id.vn](https://srtools.kain.id.vn) |
|
||||
| **Backup / Vercel Mirror** | [firefly-srtools.vercel.app](https://firefly-srtools.vercel.app) |
|
||||
|
||||
---
|
||||
|
||||
## Key Features
|
||||
|
||||
* **Optimized Performance:** Leveraging Bun for dependency management, scripting, and development server speed.
|
||||
* **Next.js App Router:** Modern routing and data fetching using the latest Next.js architecture.
|
||||
* **Server-Side Rendering (SSR):** Enhanced SEO and faster initial load times for improved user experience.
|
||||
* **Robust Type Safety:** Built with TypeScript for reliable and maintainable code.
|
||||
* **Modular Design:** Clean separation of concerns with reusable components and utilities.
|
||||
|
||||
## Technology Stack
|
||||
|
||||
* **Frontend Framework:** [Next.js 15](https://nextjs.org/) (React)
|
||||
* **Runtime & Package Manager:** [Bun](https://bun.sh/)
|
||||
* **Language:** TypeScript
|
||||
* **Styling:** (Tailwind CSS, DaisyUI)
|
||||
* **State Management:** (Zustand)
|
||||
|
||||
---
|
||||
|
||||
## Prerequisites
|
||||
|
||||
Ensure you have **Bun** installed on your system.
|
||||
|
||||
Install Bun (macOS, WSL, Linux):
|
||||
```bash
|
||||
curl -fsSL [https://bun.sh/install](https://bun.sh/install) | bash
|
||||
```
|
||||
|
||||
## Development
|
||||
|
||||
```bash
|
||||
bun install
|
||||
```
|
||||
```bash
|
||||
bun run dev
|
||||
```
|
||||
```bash
|
||||
bun run build
|
||||
bun run start
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user