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.
The site is located at wiki.swecc.org.
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!
- Python and pip installed
To contribute, please follow these steps:
- Fork the repository.
- Create a new branch for your changes.
- Create a virtual environment and install the required dependencies. You can do this by running
python -m venv venv && source venv/bin/activate && pip install -r requirements.txt
in the root directory of the repository. - Run
mkdocs serve
to start the local server and view the site in your browser. This will allow you to see your changes in real-time as you make them. - 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.
This project is licensed under the MIT License. See the LICENSE file for details.