An Open-Source Spotify-to-Beat Saber Converter.
Clone the repository
git clone https://github.com/jackmerrill/SpotiSaber.gitInstall modules
yarn
# or
npm installFill the environment variables
export SPOTIFY_ID=
export SPOTIFY_SECRET=
export NEXTAUTH_SECRET=Run the dev server
yarn dev
# or
npm run dev