How to run BlastoDB on your own machine.
You Need
- Node.js 24 (the version CI builds with) and npm.
- git, and read/write access to the
Tsaousis-Lab/blastodbrepository.
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