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/.
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
To create a production version:
npm run build
You can preview the production build with npm run preview
.
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!