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 blazormud
to build the BlazorMud docker image - Use
docker-compose up
to run the image and its dependencies - Open
localhost:8080
in your webbrowser to access Adminer- System:
PostgreSQL
- Server:
db
- Username:
blazormud
- Password:
blazormudpwd
- Database:
blazormud
- System:
- Click Import, click file select, select the
database.sql
file inside the cloned folder and click execute - Open
localhost:8000
in your webbrowser to access BlazorMud