https://github.com/shybyte/nlprule-web-demo
Web Demo for https://github.com/bminixhofer/nlprule
https://github.com/shybyte/nlprule-web-demo
Last synced: 27 days ago
JSON representation
Web Demo for https://github.com/bminixhofer/nlprule
- Host: GitHub
- URL: https://github.com/shybyte/nlprule-web-demo
- Owner: shybyte
- License: mit
- Created: 2021-06-18T21:06:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-01T21:47:17.000Z (about 5 years ago)
- Last Synced: 2025-08-21T00:32:52.634Z (11 months ago)
- Language: TypeScript
- Size: 41.8 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nlprule-web-demo
Web Demo for https://github.com/bminixhofer/nlprule.
You can find it online at https://shybyte.github.io/nlprule-web-demo/.
## Prerequisites
### Install tools
* NodeJS 14 (https://nodejs.org/en/)
* wasm-pack (https://rustwasm.github.io/wasm-pack/installer/)
`curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh`
## Build and start in dev mode
### Build nlprule wasm
```bash
cd nlprule-wasm
wasm-pack build
cd ..
```
### Start minimal-example in dev mode
```bash
cd minimal-example
npm start
```
### Start webworker-example in dev mode
```bash
cd webworker-example
npm start
```
### Start webworker-example-solid in dev mode
```bash
cd webworker-example-solid
npm start
```
## License
MIT
## Copyright
Copyright (c) 2021 Marco Stahl