Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuma140902/regend-webui
正規表現をDFAに変換する
https://github.com/yuma140902/regend-webui
Last synced: about 2 months ago
JSON representation
正規表現をDFAに変換する
- Host: GitHub
- URL: https://github.com/yuma140902/regend-webui
- Owner: yuma140902
- Created: 2023-11-04T11:41:51.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-09T05:28:52.000Z (about 1 year ago)
- Last Synced: 2023-11-09T08:00:22.985Z (about 1 year ago)
- Language: TypeScript
- Homepage: http://yuma14.net/regend-webui/
- Size: 834 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Regend-WebUI
[regend](https://github.com/yuma140902/regend)のWebフロントエンド
## 開発環境の用意
```
git clone https://github.com/yuma140902/regend-webui --recursive
cd regend-webui
cd regend
npx wasm-pack build
cd ..
npm install
```