https://github.com/cbeer/lunr-ocr
https://github.com/cbeer/lunr-ocr
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cbeer/lunr-ocr
- Owner: cbeer
- Created: 2020-06-03T23:03:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:55:00.000Z (over 2 years ago)
- Last Synced: 2025-02-03T14:49:40.256Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lunr-ocr
Empty project.
## Building and running on localhost
First install dependencies:
```sh
npm install
```To create a production build:
```sh
npm run build-prod
```To create a development build:
```sh
npm run build-dev
```## Running
```sh
node dist/bundle.js
```## Credits
Made with [createapp.dev](https://createapp.dev/)