Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Latest commit

 

History

History
74 lines (48 loc) · 2.22 KB

File metadata and controls

74 lines (48 loc) · 2.22 KB

Learn Braille

React TypeScript Vite CI PRs

日本語版 README はこちら

This is Translate Braille, which is a web application for automatically translating Braille.

image

Table of Contents

About

This is Translate Braille, which is a web application for automatically translating Braille.

Usage

To use this web application, just visit here.

Development

Requirements

Recommended

Installation

After cloning this repository, move to the project root directory and then run the command below.

npm run setup

Local Development

To start local development, run the command below. Then, you can access the application at http://localhost:5173/.

npm run dev

Before Commit

Before committing, run the command below to check the code style and types.

npm run format && npm run type-check

Contributing

Issue or PR is always welcome.