To upload new projects to the Capstone Showcase, follow these steps:
-
Add Project to Google Sheet:
- Open the Google Sheet at this link.
- Add the new project details to the appropriate section of the sheet.
- If you need access to the sheet, contact [email protected].
-
Add a Sheet for the Corresponding Semester:
- If a sheet for the current semester does not exist, create a new sheet within the same Google Sheet document.
- Name the sheet according to the semester (e.g., "fall-2025").
-
Fetch Projects:
- Ensure you have the necessary CREDENTIALS for
fetchProjects.js
. Contact [email protected] for access. - Run the following command to fetch the projects:
node fetchProjects.js
- Ensure you have the necessary CREDENTIALS for
-
Build the Project:
- Use Yarn to build the project by running:
yarn build
- Use Yarn to build the project by running:
-
Deploy the Project:
- Deploy the project via cpanel.
By following these steps, you can successfully upload and showcase new projects in the Capstone Showcase.