Interactive web app, build using Three js, React and MobX
- install deps
npm i
- start dev mode
npm run dev
-build and start
npm run build-stage
npm run start
Install docker.io и docker-compose
apt update -y && apt install -y docker.io docker-compose
Sometimes additional daemon.json in the folder /etc/docker has to be created to adress issues:
- alpine repository fetch error (DNS)
- fecth infinite stuck (mtu)
{ "dns" : [ "114.114.114.114" , "8.8.8.8" ], "mtu": 1000 }
Build image (--verbose - to show logs)
docker-compose build blocksify-app-stage
Start in detached mode
docker-compose up -d blocksify-app-stage
Stopping services
docker-compose down
Here is a youtube playlist with stuff related to project. For now it's a kind of video changelog with short demonstartion of new features: https://www.youtube.com/playlist?list=PLyZzwvxb6x4tu-kgVjANIEQV9GDtxixIi