Skip to content
This repository has been archived by the owner on Jun 21, 2020. It is now read-only.
/ BlazorMud Public archive

An experimental MUD made with .NET Core and Blazor

License

Notifications You must be signed in to change notification settings

Pixelgamix/BlazorMud

Repository files navigation

BlazorMud

An experimental MUD made with .NET Core 3.0 and Blazor.

This project is a playground for learning and experimenting with different frameworks, in very early stages and extremely work in progress. Expect stuff to change a lot. There is no guarantee that this project will evolve into something useful or end up being complete.

Frameworks used

Requirements

For running

For development

Installation for Linux

  1. Clone the repository
  2. Open a terminal in the cloned folder
  3. Use docker build . -t blazormud to build the BlazorMud docker image
  4. Use docker-compose up to run the image and its dependencies
  5. Open localhost:8080 in your webbrowser to access Adminer
    1. System: PostgreSQL
    2. Server: db
    3. Username: blazormud
    4. Password: blazormudpwd
    5. Database: blazormud
  6. Click Import, click file select, select the database.sql file inside the cloned folder and click execute
  7. Open localhost:8000 in your webbrowser to access BlazorMud

Releases

No releases published

Packages

No packages published