This project was bootstrapped with Create React App.
Contributors (POC):
- Samuel Xu (CSA 2017-2020), samuelgxu@gmail.com
- Christina Lu (CSA 2019-2021), christina.lu.12@gmail.com
- Jimmy Ren (CSA 2019-2021)
- Evan Ping (CSA 2023-2026), evanping88@gmail.com
Installs all the node-modules
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
This builds and pushes the environment to our production host via gh-pages (which is on the gh-pages branch of this repository)
- Clone the Repo
- Develop Feature Branch
- Merge into Master
- Deploy Master with
npm run deploywhile on the latest master branch
The of the content is fetched from this Google Spreadshet which was publically exposed as a GET API. When you know the Google Sheet ID, you can insert it into the following and use it as the API Endpoint (and use page num 1-3 for the tabs):
https://sheets.googleapis.com/v4/spreadsheets/{spreadsheet_id}/values/{page_title}?alt=json&key=${GOOGLE_SHEETS_API_KEY}