Initial commit

This commit is contained in:
2023-03-23 00:48:09 +01:00
commit 4e08ef5747
12 changed files with 4027 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# ppp2 client
## building
```
$ npm i
$ npm run build-proto
$ npm run build
```