@datawheel/create-tesseract-ui
v0.7.2
Published
A quick script to create a new tesseract-ui instance.
Downloads
113
Readme
create-tesseract-ui
A script to build an instance of tesseract-ui for your server, quickly.
Usage
npm init @datawheel/tesseract-ui [directory]
This command will ask you some information about the server instance you're running, copy the necessary files to directory
, and build the project. When it finishes, you just have to point your nginx (or any static file server) to serve the content of the directory/dist
folder in the intended URL.
The directory
parameter is optional, if not set it will use the current directory instead. Use the -h
or --help
flag to get more information about usage.
In case on problems using this script, or if it doesn't cover your use case, please file an issue.
License
© 2019-2021 Datawheel, LLC
This project is made available under the MIT License.