mirror of
https://github.com/okiba-org/frontend.git
synced 2025-02-23 01:32:02 +00:00
20 lines
274 B
Markdown
20 lines
274 B
Markdown
# Okiba
|
|
|
|
This repository contains okiba bin's front-end code. The web app is using codemirror editor, react library with vite bundler.
|
|
|
|
## Usage
|
|
|
|
```shell
|
|
// get deps
|
|
$ pnpm install
|
|
|
|
// build
|
|
$ pnpm run build
|
|
|
|
// dev server
|
|
$ pnpm run dev
|
|
|
|
// preview
|
|
$ pnpm run preview
|
|
```
|