Build and run locally - PuzzleServer/mainpuzzleserver GitHub Wiki
This page assumes you have already finished following the First-time setup instructions.
- (Optional) If you will be doing file uploads, launch the Azurite storage emulator from "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\Extensions\Microsoft\Azure Storage Emulator\azurite.exe"
- Make sure Server.Core is your start-up project
- Make sure your run/play button is set to IIS Express
- Hit the run button
- If everything worked, it should take you to the main index.cshtml page, which is a static html that gives a list of all our other puzzle events.
- Go to
http://localhost:44319/events
- Click
Create New with demo content
- You can now test out your code!
Note that you can switch roles by clicking on the event name on the upper left hand corner and switching between "Admin", "Author", and "Player" mode