# plugNmeet-client **Repository Path**: north_fish/plugNmeet-client ## Basic Information - **Project Name**: plugNmeet-client - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: Design-2.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-16 - **Last Updated**: 2025-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # plugNmeet-client Frontend UI for [plugNmeet-server](https://github.com/mynaparrot/plugNmeet-server). To download the latest version check [release page.](https://github.com/mynaparrot/plugNmeet-client/releases). 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](https://crowdin.com/project/plugnmeet-client) 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 ```