Skip to content
Snippets Groups Projects
Unverified Commit f0e813c4 authored by goessm's avatar goessm Committed by GitHub
Browse files

Add small readme instruction

parent 726a857e
No related branches found
No related tags found
No related merge requests found
# scratch-gui
# logging-scratch-gui
Modified version of the scratch-gui that captures user actions using scratch-log-sender, and sends them to scratch-log-endpoint.
## Installation
To use logging-scratch-gui, simply change the following line inside src/containers/gui.jsx to the URL of your scratch-log-endpoint:
```bash
const wsUrl = 'wss://endpoint.example.com/logging'; // Add your endpoint url here
```
Then simply launch the gui using npm, as described in the original readme.
<br/>
<br/>
# Original readme of scratch-gui
#### Scratch GUI is a set of React components that comprise the interface for creating and running Scratch 3.0 projects
## Installation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment