This is the official web client for Procedural Realms, an online MUD/text-based MMORPG. The client can be accessed directly at https://play.proceduralrealms.com.
Environment Setup
- Install the latest version of Node.JS (LTS)
- Clone this repository, change to the directory, and run:
npm install
- Set the development environment configuration to point to the production system:
cp .env.production .env.development
- Start the server:
npm run serve
- The web client should be up and running at http://localhost:8080
Build for Production
npm run build
Resources
The web client is built using Vue 3 and Naive UI: