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
- Create a folder
src/conference/$key
where $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
- 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.md
List of conference keys
FocusReactive 2020