Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/okiba-org/frontend
- Owner: okiba-org
- Created: 2022-07-14T05:29:08.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-29T12:09:39.000Z (over 1 year ago)
- Last Synced: 2024-08-08T18:26:38.650Z (5 months ago)
- Topics: pastebin, react, react-router-dom, reactjs, typescript, vite, webapp
- Language: TypeScript
- Homepage:
- Size: 57.6 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - okiba-org/frontend - front-end code for okiba bin (webapp)
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
```