Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1014 Bytes

dev-readme.md

File metadata and controls

19 lines (10 loc) · 1014 Bytes

Running development server

Initial Setup

For the authentication process to work, you will need to create a dev-only Discord OAuth Application at https://discord.com/developers/applications. It should look something like this:

Oauth Setup

Take the ClientId and Client Secret and in Visual Studio, right click the "WanderLost.Server" project and select "Manage Secrets" in this file add the "DiscordClientSecret" and "DiscordClientId" to the file:

Secrets

Run debug

In Visual Studio, select WanderLost.Server as your startup project and hit run

image

Alternatively from the command line you can use dotenet run in the WanderLost\Server folder then launch open the site from your browser.