hyperboria/apps/nexus-cognitron-web
the-superpirate 8e8a92f1b1 - feat(nexus): Refactoring Cognitron
2 internal commit(s)

GitOrigin-RevId: bdefcb9130693f1bc6c56d23d44fc4e41ff4672d
2021-04-30 16:16:13 +03:00
..
README.md - feat(nexus): Refactoring Cognitron 2021-04-30 16:16:13 +03:00
docker-compose.yaml - feat(nexus): Refactoring Cognitron 2021-04-30 16:16:13 +03:00
envoy.yaml - feat(nexus): Refactoring Cognitron 2021-04-30 16:16:13 +03:00

README.md

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