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.
🚧 Currently in development, stay tuned!
- Install nodejs.
See
.nvmrc
for the version to use. I recommend using nvm.
- Enable corepack.
corepack enable
- Install dependencies.
yarn install
- Run tests.
yarn test
- Start the app locally.
yarn start:dev
- Submit a pull request with any changes.