Skip to content

mynaparrot/plugNmeet-client

Repository files navigation

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
  1. Now start server & navigate to http://localhost:8080
npm install
npm start
// to build
npm run build