This repository has been archived on 2023-10-28. You can view files and clone it, but cannot push or open issues or pull requests.
pwt-0x01-ng/README.md
surtur 67561303a4
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
feat: move to framework version 3.1
* lots of pertaining changes
* again solving global.json version mismatch with sed
* correctly specify db creds via dc env
2020-12-15 15:04:28 +01:00

22 lines
628 B
Markdown

# pwt-0x01-ng
this repo holds *sawce* for PWT .netcore mvc project 0x01-ng
> Note: app-3.1-migration branch
### how to run this
> run the following commands from the solution folder
on the first run, restore stuff
```sh
dotnet restore
```
build and run
```sh
dotnet build && dotnet run
```
#### errors
if you get a weird long error about not being able to listen bind a port, make sure nothing else is listening on the port *this* thing is trying to bind (tcp/5000).
if something else *is* already listening, solve it by killing it before running `dotnet run` or change the app port in [[Properties/launchSettings.json]]