📄️ Install SDK
Install the SDK CLI (Command Line Tool) with npm:
📄️ Clone existing World
Yantra provides a library of example worlds you may clone to get started with local development.
📄️ Create a new World
If you'd like to create a fresh new world, Yantra provides a scaffolding command yantra init to create your project.
📄️ Start World Locally
Starting a world locally is as simple as running npm start or node boot.js if you are using any of the example worlds or projects created from the yantra init command.
📄️ Deploy your World
You can publish your world to the Yantra cloud by running yantra deploy: