This project was bootstrapped with Create React App.
Certain things are constantly changing. As a results, some changes will require annual updates, the following is where you can currently find them:
- Update the boolean depending on if the society is actively recruiting
- Update the images included in the slide. Typically just for when we have a new council group shot to add.
- Update the constitution by ensuring the most up to date constitution is being imported
- This file contains array of objects for each execs. The names and bio's for each role will need to be updated when new council is elected. In regards to images simply go to the file directory and overwrite the images with the new headshots.
- This file contains array of objects for each commissioner role. Add comm names in for the respective role when new people are recruited. Feel free to add new comm roles altogether by using the same format.
- Update the Major Events as needed, whether it be description changes or more event cards
- Update components/EventPosters.jsx to include new posters from the school year
In the project directory, you can run:
npm start
npm test
npm run build
npm run eject
: Note: this is a one-way operation. Once youeject
, you can’t go back!npm run lint
npm run lint:fix
If you're attempting to run this project make sure to first run npm install
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.