This website is a listing of events happening within the Protocol Labs Network.
We encourage you to submit your events to this site via a pull request on github, to do so...
- Create a new file in
/content/events
and name it your-event-name.md - Copy and paste the following template into your new file
---
eventName: Your Event
location: "City, Country" or "Location TBD"
website: http://www.example.com or leave blank
startDate: 02/06/2023
endDate: 02/09/2023
tag: "PLN Event" or "Industry Event"
dateTBD: false
---
- Fill in the template with details for your event, please use month/day/year format for dates
- Create a PR to this repo to add this new file
- The Member Services team will review and merge your event into the website
Start date & end date are required to display the event on the timeline.
If you don't have concrete dates, add the approximate dates & set dateTBD: true
.
If you've already created your event but want to add or change details in the .md file, create a PR with your edit requests, along with any comments. The Spaceport team will review and merge your changes to the website.
This is a Microgen site.
To run the site locally yarn install
and yarn dev
.
See full documentation in the Microgen repository.