Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 836 Bytes

README.md

File metadata and controls

51 lines (37 loc) · 836 Bytes

sagyoipe

A minimal screen sharing web service

"作業(Sagyo)" + "スカイプ(Skype)" = "さぎょイプ(sagyoipe)"

In the Japanese Dojin(同人) comunity, Doing voice chat while working called "さぎょイプ(sagyoipe)"

install

for linux amd64

wget https://github.com/Mushus/sagyoip/releases/download/v0.2.0/sagyoip -O sagyoip
chmod 755 sagyoip
# run
./sagyoip

Contribution

creating development environment

git clone git@github.com:Mushus/sagyoip.git

cd frontend
# install dependency
yarn
# Build frontend just once
yarn build
cd -

developing frontend programs.

cd frontend
# run development server
yarn dev

developing server side programs.

cd backend
# Generate Assets
make gen
# Run backend dev server
make dev