You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
. Test the application using the .NET development server.
113
109
* To start the development server, in the project's root directory, run:
@@ -120,6 +116,18 @@ dotnet watch run
120
116
This will start a local development server accessible at `http://localhost:{PORT}`, where `{PORT}` is specified in the project's `+Properties/launchSettings.json+` file.
121
117
* To stop the development server, select on the command line or command prompt and press _Ctrl+C_.
122
118
119
+
120
+
ifeval::["{productSource}" == "zip"]
121
+
122
+
== Download {productName} Zip
123
+
124
+
To use the self-hosted version of `{productName}`, download the https://www.tiny.cloud/my-account/downloads/[{productname} zip^]. Unzip the content and place it in the project, such as in the `+wwwroot+` folder for storing public static assets.
0 commit comments