Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 598 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 598 Bytes

linkml-initializer

A web wrapper for https://github.com/linkml/linkml-project-cookiecutter

Setup

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

Running with Docker

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.

Development

TODO