Skip to content

tuupercove/new-tpc

Repository files navigation

Frontend Cover

Badge

Netlify Status

TuuperCove Web Interface

Welcome to the TuuperCove Web Interface! This web-based platform is designed for discovering, voting, and managing Vtubers.

If you're not a developer and you've stumbled upon this repository, you can access the web interface on the TuuperCove website.

Development

Pre-requisites

Before you begin, ensure you have the following installed on your machine:

🚀 Project Structure

Inside of your Astro project, you'll see the following folders and files:

/
├── public/
│   └── favicon.svg
├── src/
│   ├── layouts/
│   │   └── Layout.astro
│   └── pages/
│       └── index.astro
└── package.json

To learn more about the folder structure of an Astro project, refer to our guide on project structure.

Setup

Follow these steps to set up your development environment:

npm install
npm run dev

You should now have a development build of the web interface running with hot-reloading enabled. Any changes you make to the code will automatically refresh the browser.

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI

More

Need view backend source? click here to view

Ref.

Thank you VtuberThaiInfo for allow (or not) to copied.

Thank you Myself for not lazy (not real)

About

A original frontend of TuuperCove

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published