Skip to content

pritesh299/deemak

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deemak

How to run locally

  1. Clone the repository
git clone https://github.com/databasedIISc/deemak.git
cd deemak
  1. Simply run the following command to start terminal version -

Note that we need to pass the world directory as the first argument.

cargo run sekai

or run the following command to start web version.

cargo run sekai --web

Then, open your browser and navigate to: http://localhost:8000

  • To change the port, you go to .env file and change the BACKEND_PORT value (default BACKEND_PORT=8001).
  • To run in debug mode, you can do -
cargo run sekai --debug # OR
cargo run sekai --web --debug

Contribution

Please fork the repository and make PRs to the main branch. We will review and merge them.

About

Databased Rust Project: Deemak

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 93.8%
  • JavaScript 3.6%
  • CSS 1.5%
  • HTML 1.1%