Skip to content

monarch-app

Details

GitHub monarch-initiative/monarch-app
Language Vue
Description Monarch Initiative website and API

Documentation

Monarch App

documentation

⭐️⭐️ View the website ⭐️⭐️

This repository contains the source code for the Monarch Initiative website (a Vue webapp),
as well as monarch-py, a Python library for interacting with the Monarch Initiative knowledge graph,
which includes an optional FastAPI module that serves as the website's backend.

For developers

To get started with this repo:

git clone https://github.com/monarch-initiative/monarch-app
cd monarch-app

Then see Makefile or the individual /frontend and /backend folders for how you can install, develop, build, test, lint, or format the frontend or backend.