Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.23 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.23 KB

Hachiue: HTML-based audio annotation tool

CI Typos CodeQL

This repository is currently in maintenance mode.
No new features will be added for the foreseeable future.

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