Please refer to the charter for more on the purpose of the Jobs Board, the types of posts that are accepted, and the technical design of the software.
Review the charter. Then, copy jobs/template.yaml to
jobs/YYYY-MM-DD_groupname.yaml, fill out the details, and file a
pull request to this repository.
Install Python dependencies:
pip install -r requirements.txtInstall gatsby:
npm install -g gatsbyInstall dependencies:
npm installmake developThe site is now running at http://localhost:8000
make buildThe site is generated into ./public.
This site is generated using Gatsby