We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wasm-tools
1 parent 782253d commit adb8355Copy full SHA for adb8355
README.md
@@ -4,13 +4,20 @@ Live demo: https://ashy-island-008420303.4.azurestaticapps.net/
4
5
## Setup
6
7
+Make sure to have `wasm-tools` workload installed:
8
+
9
+```bash
10
+cd dotnet
11
+dotnet workload restore
12
+```
13
14
### Linux
15
16
Long version, from root:
17
18
``` bash
19
# builds the dotnet project, creating build artifacts in dist/dotnet
-dotnet publish -c Debug ./dotnet/qr.csproj
20
+dotnet publish -c Debug ./dotnet/QRGenerator.csproj
21
cd react
22
# installs node packages:
23
npm install
0 commit comments