Skip to content

ValeriyaZaytseva/live-conferences

 
 

Repository files navigation

Live GitNation Conferences

Usage

yarn start:$key to start locally yarn build:$key to build static site

build will be located at build/$key

src of a conference: src/conferences/$key

List of conference keys:

  • qaconf
  • jsn
  • mlconf
  • nodeconf
  • qaconf
  • rs

How to add a conference

  1. Create a folder src/conference/$key where $key a reference to the conference
  2. Put the source of conference into src/conference/$key
  3. Create symlinks:
cd src/conference/$key/templates
ln -s ../../../partials partials
ln -s ../../../eventsBus eventsBus
  1. Add scripts to package.json:

"build:$key": "CONF_CODE=$key yarn build"

"start:$key": "CONF_CODE=$key yarn start"

  1. Add the key to the list in this README.md List of conference keys

Credentials

FocusReactive 2020

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Sass 63.0%
  • HTML 19.0%
  • SCSS 13.2%
  • JavaScript 4.8%