Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
logging-scratch-gui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Goessmann
logging-scratch-gui
Commits
f0e813c4
Unverified
Commit
f0e813c4
authored
2 years ago
by
goessm
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add small readme instruction
parent
726a857e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+17
-1
17 additions, 1 deletion
README.md
with
17 additions
and
1 deletion
README.md
+
17
−
1
View file @
f0e813c4
# 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment