Metaviz is a visual project collaboration workspace. Good for making diagrams, project management, storing files and media.
This repository contains the backend for the Internet Computer web3 blockchain and is based on the Juno library.
If you want to create own instance - start to explore Juno concepts about Satellites and the running environment.
The frontend part of Metaviz is used directly from the CDN. If you want to explore more about this - see the References section below.
Required tools: NodeJS with NPM and Docker.
Installs dependencies
npm installQuickstart the local development emulator in the first console.
(Start Docker before)
juno dev startStarts frontend dev server at localhost:5173 in the second console.
npm run devOpen localhost:5173 in your browser.
You will be asked to use an Internet Identity - just create a fake one locally.
Build your production site to the ./dist/ directory.
npm run buildDeploy your project to a Juno Satellite (production).
juno deployExplore this guide to launch your Satellite into orbit via Juno's administration console.
This project is licensed under the MIT license, see LICENSE for details.