mynaparrot / plugNmeet-client

Plug-N-Meet - React Client
https://demo.plugnmeet.com/login.html
MIT License
30 stars 27 forks source link

plugNmeet-client

Frontend UI for plugNmeet-server.

To download the latest version check release page.. After download unzip the file. Now rename dist/assets/config_sample.js to dist/assets/config.js. Change necessary information inside dist/assets/config.js file.

Translation

Please help us to translate Plug-N-Meet into your language. We're using crowdin to translate the interface. You can translate directly there. If you don't find your language then please open an issue & we'll add your language ASAP.

Development

1) Clone the project & navigate to the directory. Make sure you've nodejs install in your PC. https://nodejs.org/en/download/ 2) Copy to rename this file:

cp src/assets/config_sample.js src/assets/config.js

3) Now start server & navigate to http://localhost:3000/login.html

pnpm install
pnpm start
// to build
pnpm run build