Dynaverse at the present stage is a set of Microverse worlds to help and encourage kids to explore the world of programming in Metaverse that comprise the Snap! interface for creating and running card's scripts.
mkdir Dynaverse
cd Dynaversegit clone https://github.com/neolay/Snap.git
git clone https://github.com/neolay/microverse.git
git clone https://github.com/neolay/dynaverse.gitcd ../microverse
npm install
npm run build-libcd ../dynaverse
npm installOpen a Command Prompt or Terminal in the dynaverse repository and run:
npm startThen go to http://localhost:9684/
When you click on a card while the shift key pressed down, you get a blocks editor of the card. Enjoy it!