mm201 / pkmn-classic-framework

Pokémon application logic for Generation IV and V, including servers
http://pkmnclassic.net/
Other
219 stars 43 forks source link

Selfhost #83

Closed classy-giraffe closed 3 years ago

classy-giraffe commented 3 years ago

I'm having bad times reading this project code. I don't get what's the entrypoint. It lacks of documentation. It's pretty sad since i've enough hardware to selfhost a GTS for me and my friends. If somebody has managed to get this working, please reply to this issue.

mm201 commented 3 years ago

This project is still very much a WIP and my current priorities are on getting things to work and making the site as good as possible. It's a very straightforward ASP.NET project which should just work in Visual Studio. One way you can help is by improving documentation in the wiki.

classy-giraffe commented 3 years ago

Thanks for replying, I've just loaded the project inside Visual Studio Community 2019. It looks like the project miss a certain library called Gamestats (possibly a custom one made by you). Is that actually in the Repo?

mm201 commented 3 years ago

Run git submodule update --init.