Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 863 Bytes

File metadata and controls

16 lines (9 loc) · 863 Bytes

highgrounddesignconversations

Making Updates to Participants Page

Updates to the Participants's Bio's, Locations, and Attendance. (Speakers, Speakers Emeritus, Associates, and Scholars) can all be made on the main data.

Any updates made in the columns City, State, Bio, or attendance that matches the current year will automatically update on the website. The data is filtered by the current year, so to make any updates on who is attending or not, just update the attendance column.

Deploying react

https://medium.com/@madelinecorman/deploying-your-react-app-with-github-pages-and-adding-a-godaddy-custom-domain-name-50a99accd455

  1. npm run build
  2. npm run deploy

gh-pages branch is where the compiled and served code is stored.