mirror of
https://github.com/nexus-stc/hyperboria
synced 2025-02-08 16:46:46 +01:00
Prerequisite
Follow the development guide to install Docker and IPFS.
Guide
1. Download data dumps
git clone https://github.com/nexus-stc/hyperboria
cd hyperboria/apps/nexus-cognitron-web
export COLLECTION=bafykbzacebzohi352bddfunaub5rgqv5b324nejk5v6fltjh45be5ykw5jsjg
ipfs get $COLLECTION -o data && ipfs pin add $COLLECTION
export DATA_PATH=$(realpath ./data)
2. Launch
docker-compose pull && docker-compose up
then go to http://localhost:3000