Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 509 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 509 Bytes

WebConf Hub

A portal page for online conferences. Simple, with some basic config options. Made to host multiple livewebinar rooms.

Prerequisites

  • node and npm or yarn
  • Zero server config needed!

Usage

  • Clone this repo
  • cd into it and run yarn or npm install
  • Copy config files from src/config/example/ to src/config/ and edit them to your needs
  • Run yarn serve or npm run serve for the WebPack dev server
  • Run yarn build or npm run build for the production build