BABEL is an audio file management tool for sound designers. It aims to support the management of a large number of audio files in various cases such as music composition, video production, and game development.
- install packages
$ npm install
- develop
$ npm run tauri dev
- build
$ npm run tauri build
- test
$ npm run test # frontend test
$ npm run test:rust # backend test
$ npm run test:all # all test