Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 590 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 590 Bytes

osu!droid skin.json editor

An online tool for creating and editing skin.json files that are used by skins in osu!droid.

You may use the tool here or build it by yourself.

Building

To build the application, you need Node.js version 18 or later.

Begin by installing dependencies:

npm i

Afterwards, you may choose one of the following configurations:

  • Production

    npm run build
    npm run preview
  • Development

    npm run dev

Open the given link in your browser of choice.