- Add your photo in
/site/static/images
- Create a new row in the Airtable under "Participants"
- Make sure to fill out ALL the fields!
- Reference your photo as /images/name-of-your-photo.jpg
- Create a Product and fill out ALL the fields!
- Reference your Product from your Participant row
- Open a PR
The only reason you need to open a PR is because this uses @mlent's Airtable API key, which is not committed to the repo 🙈
After you do that I'll merge locally and push for you :)
Just open /site/pages/index.tsx
and find the section and add yourself.
Posts are sorted with the newest ones on top.
yarn # Install dependencies
yarn workspace site develop
This will run the website with fixture data (found in site/src/static/fixture.json) instead of contacting Airtable and Slack at:
To pull live data assuming you have Netlify local development set up, use ?live=anything at the end of the url.