Skip to content

shunsukeoka/BABEL-tauri

Repository files navigation

BABEL

Description

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.

Development

  1. install packages
$ npm install
  1. develop
$ npm run tauri dev
  1. build
$ npm run tauri build
  1. test
$ npm run test      # frontend test
$ npm run test:rust # backend test
$ npm run test:all   # all test