Skip to content

Ignite your DragonRealms journey with Phoenix, a cross-platform game client 🔥

License

Notifications You must be signed in to change notification settings

dragonrealms-phoenix/phoenix

DragonRealms Phoenix

Ignite your DragonRealms journey with Phoenix, a cross-platform game client 🔥

Phoenix is a community-supported frontend for Simutronic's text-based multiplayer game DragonRealms.

phoenix-logo

🚧 Currently in development, stay tuned!

Developing Phoenix

  1. Install nodejs.

See .nvmrc for the version to use. I recommend using nvm.

  1. Enable corepack.
corepack enable
  1. Install dependencies.
yarn install
  1. Run tests.
yarn test
  1. Start the app locally.
yarn start:dev
  1. Submit a pull request with any changes.