This is a basic .NET/pnpm starter.
- Ensure
pnpm
is available on your path. Using >=9.10.0, you can control the pnpm and node versions from the package.json. - Builds and lints via the
dotnet
cli.
Run the following command:
dotnet build
TODO: Varies by application, but is likely something along the lines of:
cd Server/
dotnet run
or
pnpm start