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.
These instructions will get you a copy of the website up and running on your local machine for development and testing purposes
To run this website locally, you will need to have Node.js installed. We recommend installing Node v22, which is the LTS (long-term support) version.
The only installation needed for this project is for the Node modules. To install, run the following command inside the project directory:
npm install
Once you have the dependencies installed, run:
npm run dev
and then navigate to http://localhost:4321
.
We welcome contributions from all members of the Code Network and broader community. For more information, please take a look at the Contributing Guidelines.
Please note that our Code of Conduct applies to all contributors.