- Clone the repository
git clone https://github.com/databasedIISc/deemak.git
cd deemak- Simply run the following command to start terminal version -
Note that we need to pass the world directory as the first argument.
cargo run sekaior run the following command to start web version.
cargo run sekai --webThen, open your browser and navigate to: http://localhost:8000
- To change the port, you go to .env file and change the
BACKEND_PORTvalue (default BACKEND_PORT=8001). - To run in debug mode, you can do -
cargo run sekai --debug # OR
cargo run sekai --web --debugPlease fork the repository and make PRs to the main branch. We will review and merge them.