Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 433 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 433 Bytes

SpotiSaber

An Open-Source Spotify-to-Beat Saber Converter.

Installation

Clone the repository

    git clone https://github.com/jackmerrill/SpotiSaber.git

Install modules

    yarn
    # or
    npm install

Fill the environment variables

    export SPOTIFY_ID=
    export SPOTIFY_SECRET=
    export NEXTAUTH_SECRET=

Run the dev server

    yarn dev
    # or
    npm run dev