@datawheel/create-tesseract-ui

A quick script to create a new tesseract-ui instance.

Usage no npm install needed!

<script type="module">
  import datawheelCreateTesseractUi from 'https://cdn.skypack.dev/@datawheel/create-tesseract-ui';
</script>

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.