A web wrapper for https://github.com/linkml/linkml-project-cookiecutter
This repo uses git submodules. When cloning the repo use git clone --recurse-submodules
(or --recursive if using Git version 2.12 or lower).
If the repo was cloned without using --recurse-submodules, run the following:
git submodule update --initUse Docker Compose to bring the backend and frontend services up:
docker compose upOnce both services are up, visit http://localhost:80 to view the frontend.
TODO