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
Adds several buttons to Faceit interface to play the demo. Internaly it resolves the real demo URL and opens player link with the demo url in parameter. Works for Firefox and Chrome-based browsers.
36
+
37
+
### Containter
38
+
Whole application is built into container and deployed to GCP. Everything is server by Go server.
39
+
40
+
### CI/CD (`.github/workflows/`)
41
+
Using GitHub Actions
42
+
43
+
## Development
44
+
`Makefile` to ease the development.
45
+
46
+
To build the Parser WebAssembly
47
+
```sh
48
+
make wasm
49
+
```
50
+
51
+
To run the frontend (together with *wasm*, it is enough to )
0 commit comments