Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DCC

Prerequisites

  • Node.js (recommended version: 16.x or higher)
  • pnpm package manager
  • Git

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/jhc-dcc.git
  2. Navigate to the project directory:
    cd jhc-dcc
  3. Install the dependencies:
    pnpm install
  4. Start the development server:
    pnpm run dev

Git Workflow

  1. Create a new branch for your feature or bug fix:
    git checkout -b feature/your-feature-name
  2. Make your changes and commit them:
    git add .
    git commit -m "Your commit message"
  3. Push your changes to your forked repository:
    git push origin feature/your-feature-name
  4. Create a pull request on the original repository.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages