Skip to content

nekonako/moemeet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

media stream via webrtc

how to run in local

  • install the dependencies
git clone https://github.com/nekonako/moemeet
cd moemeet/futa
npm install
cd ../mashu
npm install
  • run the server
cd moemeet/futa
npm run dev
  • run next js
cd moemeet/mashu
npm run dev