GithubHelp home page GithubHelp logo

gwc-website's Introduction

GWC Website Netlify Status

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

Steps to Get Started:

  • If you are new to web development, React, etc., please check out this guide to get started.
  1. 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
  1. Make sure you have npm, which requires you to have Node.js
  2. In the terminal (make sure you're in the correct directory), run npm install to make sure you have all the dependencies
  3. To run the app, type npm start in your terminal. Open http://localhost:3000 to view it in the browser.

Additional Steps

  • If running tests, make sure to npm test
  • If pushing to master, make sure to npm build to prepare for deployment

Common Debugging

  • If you're having trouble with modules, try removing the node_modules: rm -rf node_modules and then re-install npm install

Permissions

  • If you are on the web development committee, make sure to join the website team on our organization

General Workflow

  1. Look at Issues to find an unassigned task, if not being directed by an executive member.
  2. Assign yourself to the task.
  3. 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 named gwc12uva/main-nav
  4. 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
  5. Commit often on your own branch. Never push to master directly!
  6. When done, move your PR to the In Review column and make sure to notify the appropriate reviewer.
  7. 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.
  8. Once your PR has been approved, go ahead and merge!
  9. Once PR is merged, delete the branch to keep repository clean.

Getting Acquainted With Our Repo

node_modules

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


public

This is where all the public-facing files go, i.e. favicon, robots.txt


src

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 and text-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
  • Arya Ganesan

gwc-website's People

Contributors

maralihart avatar pragnya17 avatar nehagb99 avatar lilizhhh avatar mayatietz avatar dezevitz avatar bellet6 avatar kimtdo avatar jennifertcheou avatar emilybuerk avatar arya-ganesan avatar hannahlee8 avatar jee7yb avatar skybrodowski avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.