This repository contains okiba bin's front-end code. The web app is using codemirror editor, react library with vite bundler.
Add server URL in .env.local
with VITE_SERVER_URL
key.
// get deps
$ pnpm install
// build
$ pnpm run build
// dev server
$ pnpm run dev
// preview
$ pnpm run preview