See https://shadow-cljs.github.io/docs/UsersGuide.html
The guide is written in asciidoc format available in the /docs
directory.
make
is used to build the primary HTML file via asciidoctor.
Contributions are very welcome. Just open an issue or pull request.
People who prefer developing against a Docker container can use the Dockerfile
provided in this repository. It contains everything that you need:
Provided that you have the "Visual Studio Code Dev Containers" extension installed, Visual Studio Code users will be able to develop against the Docker container immediately.
Install docker
Build the docs using docker:
make docker-build