initial commit

This commit is contained in:
lucarin91
2024-01-13 14:55:03 +01:00
parent d1c918f43d
commit 87b90f8015
11 changed files with 743 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# Scratch-link for Linux
>**Note:** This repositiory is in early stage and not all features are yet implemented.
This project is a linux implementation of the [Scratch Link](https://github.com/scratchfoundation/scratch-link).
## How to run
Make sure [golang](https://go.dev/doc/install) is installed in you machine.
Open a terminal navigate to the project directory, then run the following command:
```bash
go run .
```