A portal page for online conferences. Simple, with some basic config options. Made to host multiple livewebinar rooms.
- node and npm or yarn
- Zero server config needed!
- Clone this repo
cd
into it and runyarn
ornpm install
- Copy config files from
src/config/example/
tosrc/config/
and edit them to your needs - Run
yarn serve
ornpm run serve
for the WebPack dev server - Run
yarn build
ornpm run build
for the production build