Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/naptha/tesseract.js.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeromewu <jeromewus@gmail.com>2019-07-15 07:41:33 +0300
committerGitHub <noreply@github.com>2019-07-15 07:41:33 +0300
commit1171c7b6704ba73fea16f9a70b29b2629989b4a0 (patch)
tree813bfc6068929134ee5ba90a5dc4d9e7246f04b9 /README.md
parentc87746ec5d91bb8f1cb3ad39cdd2fc0e4cde34cd (diff)
parent6a5a83790e17999567efa8d70aaabe50f7861fbe (diff)
Merge pull request #305 from nisarhassan12/master
Look like a great MR to enable online IDE for tesseract.js 😄 Thanks!
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index f682bcd..517f346 100644
--- a/README.md
+++ b/README.md
@@ -105,6 +105,10 @@ npm start
The development server will be available at http://localhost:3000/examples/browser/demo.html in your favorite browser.
It will automatically rebuild `tesseract.dev.js` and `worker.min.js` when you change files in the src folder.
+You can also run the development server in Gitpod ( a free online IDE and dev environment for GitHub that will automate your dev setup ) with a single click.
+
+[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/naptha/tesseract.js/blob/master/examples/browser/demo.html)
+
### Building Static Files
To build the compiled static files just execute the following:
```shell