Sebuah Website Tombol Suara didedikasikan untuk VTuber Gen-3 Hololive Indonesia, Kobo Kanaeru.
This project is still so early. We are welcome for your contribution.
Ingin berkontribusi? lihat panduannya di sini
# install package dependencies
$ npm install
# generate the voice list (local development only)
$ npm run generate:voice-list
# run development server
$ npm run dev
Agar daftar voice bisa ditampilkan oleh website, diperlukan men-generate voice list dari YAML
menjadi satu file dengan format JSON
. Caranya dengan menjalankan perintah npm run generate:voice-list
. Perintah ini diperlukan setiap kita mengubah file YAML.
Perintah npm run dev
digunakan untuk menjalankan web server dalam mode development yang berjalan pada localhost:3000
.
Program: MIT
Audio: According to the Hololive secondary creation licence.
This project is a work of fans and is not related to the official Hololive.
This project are inspired by luna-button and related/similar projects.