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.
- .NET Core 3.0
- docker and up-to-date version of docker-compose
- .NET Core 3.0 SDK
- docker and up-to-date version of docker-compose
- Visual Studio 2019 or Visual Studio Code or JetBrains Rider
- Clone the repository
- Open a terminal in the cloned folder
- Use
docker build . -t blazormudto build the BlazorMud docker image - Use
docker-compose upto run the image and its dependencies - Open
localhost:8080in your webbrowser to access Adminer- System:
PostgreSQL - Server:
db - Username:
blazormud - Password:
blazormudpwd - Database:
blazormud
- System:
- Click Import, click file select, select the
database.sqlfile inside the cloned folder and click execute - Open
localhost:8000in your webbrowser to access BlazorMud