Skip to content

AudiosurfResearch/Wavebreaker-Frontend

Repository files navigation

Wavebreaker Frontend logo

Frontend for Wavebreaker, a reimplementation of Audiosurf's online services.

Note

There is a main public instance of Wavebreaker and its frontend running at https://wavebreaker.arcadian.garden/.

Developing

Once you've cloned the project and installed dependencies with npm install, start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

# to expose the server to the local network
npm run dev -- --host

Building

To create a production version:

npm run build

You can preview the production build with npm run preview.

Thanks

This project uses a few things from ScoreSaber's frontend (like the entirety of src/lib/utils/accio), which is open-source and licensed under the MIT license.

README format shamelessly stolen from ezekielathome. Cool stuff!

About

Frontend for Wavebreaker, an Audiosurf server reimplementation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published