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).
To install and set up locally, first run npm i
and then npm run dev
. The application will run on http://localhost:3000
This application is built with Next.js
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:
-
Make a branch off
master
. Please give it a descriptive message. -
Commit your changes onto your branch.
-
Push your branch changes.
-
Once you're ready, create a pull request with base as the
master
. -
Write a descriptive title and comment. You can reference the associated issue with a #.