Welcome to the wiki for the Software Engineering Career Club at the University of Washington! Here, we share resources, tips, and experiences to help each other succeed in our software engineering careers.
Contributing
This site is in active development – as the landscape of the tech world changes and innovations occur, we’ll try our best to keep this site up to date. If you have any suggestions for new content, or if you see something that needs to be updated, please feel free to open an issue or a pull request or let us know!
To contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your changes.
- To run the site locally, run the following commands:
npm install
Once that all is done, run npx quartz build --serve
to start a local server.
- Make your changes and commit them with a clear message.
- Push your changes to your forked repository, and create a pull request to the main repository.
- Wait for feedback and make any necessary changes.
Once your changes are approved, they will be merged into the main repository.
License
This project is licensed under the MIT License. See the LICENSE file for details.