Setup

How to run BlastoDB on your own machine.

You Need

Install

git clone https://github.com/Tsaousis-Lab/blastodb.git
cd blastodb
npm install

Run

npm run serve 

This builds the server at http://localhost:8080/. The Sveltia CMS can be reached locally under http://localhost:8080/admin/.

Path prefix

The live site is served from a subpath (/blastodb), so CI builds with PATH_PREFIX=/blastodb. Locally PATH_PREFIX is unset and defaults to /, so links resolve at the root. Only set it if you need to reproduce the production paths:

PATH_PREFIX=/blastodb npm run build

Tech Stack  |  Project Structure  |  Deployment


<- Back to Technical Docs