Website Wireframe | GHH Wireframe | Brand Identity Guide
Figma mockups are also saved in this repository.
CodeClimate - a Code Summary site | CircleCI - a Continuous Integration tool that makes sure tests run before building
- If you are new to web development, React, etc., please check out this guide to get started.
- Git clone this repository (I suggest using GitHub Desktop + Visual Studio Code)
- If you get more comfortable with VSCode, look into GitHub extensions to help minimize desktop clutter
- Make sure you have
npm
, which requires you to have Node.js - In the terminal (make sure you're in the correct directory), run
npm install
to make sure you have all the dependencies - To run the app, type
npm start
in your terminal. Open http://localhost:3000 to view it in the browser.
- If running tests, make sure to
npm test
- If pushing to master, make sure to
npm build
to prepare for deployment
- If you're having trouble with modules, try removing the node_modules:
rm -rf node_modules
and then re-installnpm install
- If you are on the web development committee, make sure to join the website team on our organization
- Look at Issues to find an unassigned task, if not being directed by an executive member.
- Assign yourself to the task.
- Create a new branch called
<computing id>/<task description>
, for example if a student with the computing id, gwc12uva, is working on the main navigation issue, their branch would be namedgwc12uva/main-nav
- Create a pull request for your branch as soon as possible and make sure it's in the
In Progress
column of the appropriate project - Commit often on your own branch. Never push to master directly!
- When done, move your PR to the
In Review
column and make sure to notify the appropriate reviewer. - The reviewer will either ask for changes or approve the PR. If changes are needed, move branch back to
In Progress
and repeat steps 5-6. - Once your PR has been approved, go ahead and merge!
- Once PR is merged, delete the branch to keep repository clean.
This is where all the different packages that we need to run our site are stored. You don't need to do anything manually with this. If you're ever having trouble with npm start
giving you an error with the packages, try deleting this folder and then running npm install
This is where all the public-facing files go, i.e. favicon, robots.txt
This is where all the code for running the website goes!
-
assets This is where any images needed will go
-
components This is where the different sections of the website will be coded
-
fonts This is where we store the fonts that we may need
-
misc. files
-
App.tsx - Our homepage, essentially. Adding components here will make them show up on the main page
-
index.tsx - You probably won't interact with this. It just sets up the site with App.tsx
-
const.tsx - Put any values that can be computed once in here to have access throughout the whole site
-
index.scss - This is where you store css that is more general instead of styled components. Use the classes in here as often as possible instead of re-writing the same css in a styled component. Notable classes include
mono
andtext-white
-
Website Built/Maintained By:
- Mara Hart
- Neha Bagalkot
- Lilian Zhang
- Pragnya Pandrate
- Maya Tietz
- Kim Do
- Jennifer Tcheou
- Sky Brodowski
- Belle Tran
- Hannah Lee
- Shriya Dale
- Vivian Gao