This is Translate Braille, which is a web application for automatically translating Braille.
This is Translate Braille, which is a web application for automatically translating Braille.
To use this web application, just visit here.
After cloning this repository, move to the project root directory and then run the command below.
npm run setupTo start local development, run the command below. Then, you can access the application at http://localhost:5173/.
npm run devBefore committing, run the command below to check the code style and types.
npm run format && npm run type-checkIssue or PR is always welcome.