Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 970 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 970 Bytes

IllinoisWCS.github.io

About

This is the main website for Women in Computer Science at UIUC. It is deployed at https://illinoiswcs.org and https://wcs.illinois.edu Current owners are Saloni Vaishnav (@inolasv) and Firmiana Wang (@firmianaw).

Local Development

To install and set up locally, first run npm i and then npm run dev. The application will run on http://localhost:3000

Technologies

This application is built with Next.js

Pull Requests

Please never commit to master, even if you have permission. Run all changes by the Infrastructure Chairs. Here are the steps to making a change and solving an issue:

  1. Make a branch off master. Please give it a descriptive message.

  2. Commit your changes onto your branch.

  3. Push your branch changes.

  4. Once you're ready, create a pull request with base as the master.

  5. Write a descriptive title and comment. You can reference the associated issue with a #.