Anduin's blog
Requirements about how to run
Requirements about how to develope
- Windows 10 or Ubuntu desktop
- dot net Core SDK 2.1.0 or later
- VS Code (Strongly suggest)
Anduin's blog needs Aiursoft.Nexus as its dependency. You need to create a new app on Aiursoft Developer Center.
When you have an app and get its AppId and AppSecret, copy those values to the appsettings.json file.
- Excute
dotnet restoreto restore all dotnet requirements - Excute
dotnet runto run the app - Use your browser to view http://localhost:5000
- Open the
.slnfile in the project path. - Press
F5.
There are many ways to contribute to the project: logging bugs, submitting pull requests, reporting issues, and creating suggestions.
Even if you have push rights on the repository, you should create a personal fork and create feature branches there when you need them. This keeps the main repository clean and your personal workflow cruft out of sight.
We're also interested in your feedback for the future of this project. You can submit a suggestion or feature request through the issue tracker. To make this process more effective, we're asking that these include more information to help define them more clearly.