Datastar comes with a development environment for developing Datastar via a Docker container.
It takes care of the setup listed here for you in a Dockerized environment, which allows you to get it up and running quickly & easily.
See DOCKER.md for detailed instructions on using it.
To run the examples website you will need the following:
To publish the library or if you're using a BSD operating system, you will also need:
task tools
will install all required tools
task build
will build the library as well as sdk constant templates
The compiled files can be found in ./bundles
Finally, task
will build the library and serve the reference documentation website.
The website should be available on http://localhost:8080 with hot-reloading enabled.
Once you have the website running, you should be able to run the rod tests.
$ task test