This repository contains the front-end for the jpcorrect system, a Japanese language correction platform.
Tech stack: React + TypeScript + Vite + Bun.
- Bun (v1.2+ recommended)
git clone https://github.com/sessatakuma/jpcorrect-frontend.git
cd jpcorrect-frontend
bun ibun devbun run buildOn every push to main, GitHub Actions automatically builds the app and publishes the dist output to the gh-pages branch using .github/workflows/deploy-gh-pages.yml.
bun run typecheck