Skip to content

Mushus/sagyoipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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