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
Copy file name to clipboardExpand all lines: web/README.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,14 @@
2
2
* Run the Web project in Visual Studio to run a minimal C# server to serve the static site, a conversion endpoint and swagger
3
3
4
4
### To use with Azure functions
5
-
* You can change the api source to any source set up in [ClientSettings.json](https://github.com/icsharpcode/CodeConverter/blob/master/Web/ClientApp/src/ClientSettings.json). e.g. append `?apisource=HostedFunc` to the url
6
-
* You can change the default api source in [index.html](https://github.com/icsharpcode/CodeConverter/blob/master/Web/ClientApp/public/index.html#L3)
5
+
* You can change the api source to any source set up in [ClientSettings.json](https://github.com/icsharpcode/CodeConverter/blob/master/web/src/ClientSettings.json). e.g. append `?apisource=HostedFunc` to the url
6
+
* You can change the default api source in [index.html](https://github.com/icsharpcode/CodeConverter/blob/master/web/index.html)
7
7
8
8
#### Examples
9
9
* In live: https://icsharpcode.github.io/CodeConverter?apisource=HostedFunc
10
10
* Local debugging:
11
-
* Host the static site by running `npm start` in the Web/ClientApp folder
11
+
* Host the static site by running `npm start` in the web folder
0 commit comments