Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/okiba-org/frontend

front-end code for okiba bin
https://github.com/okiba-org/frontend

pastebin react react-router-dom reactjs typescript vite webapp

Last synced: about 2 months ago
JSON representation

front-end code for okiba bin

Awesome Lists containing this project

README

        

# Okiba

This repository contains okiba bin's front-end code. The web app is using codemirror editor, react library with vite bundler.

## Usage

Add server URL in `.env.local` with `VITE_SERVER_URL` key.

```shell
// get deps
$ pnpm install

// build
$ pnpm run build

// dev server
$ pnpm run dev

// preview
$ pnpm run preview
```