Frontend for Handwrite, built with React and Vite.
Set VITE_HANDWRITE_API_URL at build time to point the website at a handwrite-server deployment:
VITE_HANDWRITE_API_URL=<handwrite-server-url> npm run buildFor local development, copy .env.example to .env.local and edit the URL.
Runs the Vite development server.
Builds the app for production into the dist folder.
Serves the production build locally for a final static-asset check.
Builds and publishes dist with gh-pages.