Warning
This Project is not ready for production use, nor does it have a stable and completed release yet.
-
Clone the repository:
git clone -
Install dependencies:
npm install -
Run the Code:
npm run dev
# or
yarn dev
# or
bun dev
Edit the app/page.tsx file in the root directory to set up the application settings and the API.
Navigate to http://localhost:<port> to access the Vanthasy Panel. Log in with your user credentials to manage and view instances.
Contributions are welcome. Please fork the repository and submit pull requests with your proposed changes.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
(c) 2024 Zurravie. All rights reserved. Licensed under the MIT License.