This repo contains the website for the unofficial CPP CS Discord Server, hosted at cppcs.dev.
This is an open-source repository, and is open to revision by the public. Feel free to open a PR (Pull Request) for any changes you feel may improve the project. If we do not notice your request, you can let us know on the Discord server. We appreciate your willingness to help us improve.
- Git
- NodeJS
- Github Account
- Optional: VSCode IDE
- Create your own fork at https://github.com/CPP-CS/Website/fork
- Clone the repository (copy the code onto your computer)
- Open a terminal or command line (I prefer git bash)
- Run
git clone https://github.com/<YOUR USERNAME>/Website.git
- You should now have a copy of the project on your device
- Run
npm i
to get all dependencies
- Make modifications to the project as necessary
- Commit and push your changes
git commit -m <SAY WHAT YOU CHANGED>"
git push
- Open a Pull Request
- Go to https://github.com/CPP-CS/Website/compare
- Click
compare across forks
- Set the head repository to
<YOUR USERNAME>/Website
- Click
Create pull request
- Write a comment explaining what your changes do
- Click
Create pull request
again
- Wait a bit for us to review your change. If we don't after a while, feel free to reach out.