We are open sourcing the website as we would love for students who share an interest in Code Network and our mission to contribute their design and development expertise to making an awesome website for our club.
Note
This repository is for the 2025 rebuild of the website. To see the previous version of our website, visit https://github.com/codenetwork/viteCN.
- Home page showcasing our club at a glance
- About us page where the public can find more information about who we are.
- Events page listing the various events we have coming up
- Projects page showing the cool projects our club is building
- And more!
- Ensure you have Node.js installed (v22 recommended).
- Run
npm install
- (optional) Install the recommended VS Code dependencies (Astro, TailwindCSS, and Prettier)
Run npm run dev
in the project directory and then navigate to http://localhost:4321
.
- Astro (Static Website Generator)
- TailwindCSS (Web Styling Library)
We welcome contributions from all members of the Code Network and broader community. For more information, please take a look at the Contributing Guidelines.
Below are some of the ways you can contribute to this project:
- Web Development: If you're looking to develop parts of our website, take a look at our issues page, and find a feature that needs implementing that you feel meets your skillset.
- Testing: If you enjoy breaking things apart and making sure they look and function as expected, test out the website and report bugs for anything that doesn't quite seem right.
- Brainstorming Ideas: If you like coming up with new ways of doing things, create an issue for any features you think we should add to our website.
- Documentation: Improving explanations in the README, adding guides to help beginners get started, or fixing typos can be a huge help.
Please note that our Code of Conduct applies to all contributors.