Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.58 KB

README.md

File metadata and controls

47 lines (29 loc) · 1.58 KB

Wanna dance Web

Next NextUI LICENSE

Introduction

Wanna Dance Web is a website designed for offline dance enthusiasts, inspired by the VRChat map WannaDance. The website synchronizes data with this map, allowing users to conveniently browse all songs from WannaDance by category.

On Wanna Dance Web, you can search by entering keywords. The system checks if the video titles and their pinyin forms match (including fuzzy search) and verifies the video ID and related personnel information (such as artists or dancers). You can also bookmark songs and share them with others via a string or sync them to the game map.

Additionally, you can request songs from the song list and continuously play them in the dance feature, with the playlist shared across the same domain webpage. If you want to add new dances, you can submit an application on the Wanna Dance submission page.

How to Use

clone

git clone https://github.com/ClownpieceStripedAbyss/aya-dance-web.git

Install dependencies

You can use one of them npm, yarn, pnpm, bun, Example using npm:

npm install	

Run the development server

npm run dev

build

npm run build
npm run start

License

Licensed under the MIT license.