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 Dynaverse
git clone https://github.com/neolay/Snap.git
git clone https://github.com/neolay/microverse.git
git clone https://github.com/neolay/dynaverse.git
cd Snap
git checkout dynaverse-blocks
cd ../microverse
git checkout blocks
npm install
npm run build-lib
cd ../dynaverse
npm install
Open a Command Prompt or Terminal in the dynaverse repository and run:
npm start
Then 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!