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 --init
Use Docker Compose to bring the backend and frontend services up:
docker compose up
Once both services are up, visit http://localhost:80 to view the frontend.
TODO