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

.gitpod.yml - github.com/naptha/tesseract.js.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8be27e26297e1af9908e757ae2827e9fe1f49d89 (plain)
1
2
3
4
5
6
7
8
9
image:
  file: .gitpod.Dockerfile
tasks:
  - command: gp await-port 3000 && sleep 3 && gp preview $(gp url 3000)/examples/browser/demo.html
  - init: npm install
    command: npm start
ports:
  - port: 3000
    onOpen: ignore