Skip to content

koniwa/hachiue

Repository files navigation

Hachiue: HTML-based audio annotation tool

CI Typos CodeQL

This tool is designed to work using only the standard functions of web browsers, and does not exchange data with external servers.

How to use immediately

Just access https://koniwa.github.io/hachiue/.

How to use locally

You have two options.

  1. Download the snapshot of hosted files (zip) and use them

  2. Build locally and use src folder

    git clone https://github.com/koniwa/hachiue.git
    cd hachiue
    npm install --production
    npm run build

License

GNU Affero General Public License v3.0