Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Anduin2017/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog

Build status

Anduin's blog

Requirements

Requirements about how to run

Requirements about how to develope

Before running it

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.

How to run locally

  1. Excute dotnet restore to restore all dotnet requirements
  2. Excute dotnet run to run the app
  3. Use your browser to view http://localhost:5000

How to run in Microsoft Visual Studio

  1. Open the .sln file in the project path.
  2. Press F5.

How to contribute

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.