Skip to content

CPP-CS/Website

Repository files navigation

This repo contains the website for the unofficial CPP CS Discord Server, hosted at cppcs.dev.

Contribution Guide

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.

Requirements

  1. Git
  2. NodeJS
  3. Github Account
  4. Optional: VSCode IDE

Setup

  1. Create your own fork at https://github.com/CPP-CS/Website/fork
  2. Clone the repository (copy the code onto your computer)
    1. Open a terminal or command line (I prefer git bash)
    2. Run git clone https://github.com/<YOUR USERNAME>/Website.git
    3. You should now have a copy of the project on your device
  3. Run npm i to get all dependencies

Making Changes

  1. Make modifications to the project as necessary
  2. Commit and push your changes
    1. git commit -m <SAY WHAT YOU CHANGED>"
    2. git push
  3. Open a Pull Request
    1. Go to https://github.com/CPP-CS/Website/compare
    2. Click compare across forks
    3. Set the head repository to <YOUR USERNAME>/Website
    4. Click Create pull request
    5. Write a comment explaining what your changes do
    6. Click Create pull request again
  4. Wait a bit for us to review your change. If we don't after a while, feel free to reach out.

About

CPP CS Discord Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published