Welcome to the OrthoGuide project! This repository contains the full frontend application for OrthoGuide, a web tool for evolutionary rooting analysis based on GeneBridge results.
The project is organized into two main directories:
-
db_creation/: Contains the R/bash code for creating the SQLite3 db used by the API -
orthoguide_front/: Contains the frontend single-page application with SQLite-wasm built with Vue.js.
To serve the application in dev mode, run the following:
docker compose watchThe frontend is accessible through localhost:8080