Requirements:
- docker-compose
- rust
- just
- sqlx-cli
- A MUD client, e.g. blightmud
cp .env.example .env
docker-compose up # Start PostgreSQL
sqlx create database # Create dev database
cargo run -p server # Starts the server at 127.0.0.1:3000
Resources:
- https://docs.rs/bevy/latest/bevy/
- https://bevy-cheatbook.github.io/
- https://docs.rs/sqlx/latest/sqlx/
The code is licensed under either of Apache License, Version 2.0 or MIT license at your option. The content and assets are licensed under CC BY-NC-SA 4.0.
Contributions, specifically typo corrections and bug fixes, are welcome. Please note that this is a hobby project, so new features or content are not sought after. All contributions will fall under the existing project licenses.