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.
Create a new project
mkdir my-world
cd my-world
yantra init
From here, you will see a new set of files has populated the my-world
directory.
Install Dependencies and Start
While inside the my-world
directory run:
npm install
npm start