Coder Social home page Coder Social logo

www.compscia.com's Introduction

CSA Website

Source of the old https://www.compscia.com website.

Getting Started

  1. Install the latest version of Docker
  2. Clone the repository
  3. Run docker compose up -d in the project directory
  4. Connect to the running container on http://localhost:9090 and have fun!

Contributing

  1. Fork the project here on Github
  2. Clone and checkout the develop branch:
    git clone --single-branch -b develop https://github.com/hccdit/hccdit.github.io
  3. Create a branch off the develop branch for your feature:
    git checkout -b new-feature-name
  4. Run tests if available! (Feel free to write tests ๐Ÿ˜‰)
  5. Commit changes:
    git commit -m "Add new feature"
  6. Push changes to your fork:
    git push origin my-feature-feature
  7. Create a Pull Request into this project's develop branch

Maintaining

Since GitHub deters groups from using long-running development branches, workarounds are needed to maintain this structure without issues.

We would much rather prefer not to move to their competitor so the following steps allow us to keep a simple flow while using their platform:

  1. Clone and checkout the main branch:
    git clone -b main https://github.com/hccdit/hccdit.github.io
  2. Merge the develop branch into main:
    git merge develop --ff-only
  3. Push changes to origin:
    git push
  4. Check https://hccdit.github.io to see the release live!

www.compscia.com's People

Contributors

avonbied avatar

Forkers

erichyche

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.