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
- qaconf
- jsn
- mlconf
- nodeconf
- qaconf
- rs
- ravd
- dummy
- Create a folder
src/conference/$keywhere $key a reference to the conference - Put the source of conference into
src/conference/$key - Create symlinks:
cd src/conference/$key/templates
ln -s ../../../partials partials
ln -s ../../../eventsBus eventsBus
ln -s ../../../ga ga- Add scripts to
package.json:
"build:$key": "CONF_CODE=$key yarn build"
"start:$key": "CONF_CODE=$key yarn start"
- Add the key to the list in this
README.mdList of conference keys
FocusReactive 2020