Add screenshot

master
Ambrose Chua 2018-07-26 16:58:38 +08:00
parent 10b199b6c4
commit 8d01a4b5cc
3 changed files with 4 additions and 2 deletions

View File

@ -3,8 +3,8 @@ pipeline:
image: node:9-stretch
commands:
- dpkg --add-architecture i386
- apt update
- apt install -y zip wine wine32
- apt-get update
- apt-get install -y zip wine wine32
- yarn install
- yarn dist
- for f in assignment-*; do zip -r $f.zip $f; done

View File

@ -5,4 +5,6 @@
`assignment` is a synchronised text editor. As its name suggests, is an assignment task for the networking module I'm taking.
![screenshot](screenshot.png)
The electron app can run in two modes, server and client.

BIN
screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 KiB