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.
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
- Clone the project & navigate to the directory. Make sure you've nodejs install in your PC. https://nodejs.org/en/download/
- Copy to rename this file:
cp src/assets/config_sample.js src/assets/config.js
- Now start server & navigate to http://localhost:3000
pnpm install
pnpm start
// to build
pnpm run build