Skip to content

CodeHub is a git-like version control system.

Notifications You must be signed in to change notification settings

Pl1Fert/CodeHub

Repository files navigation

CodeHub

CodeHub is a git-like version control system.

Stack: React, RTK, React Router, React Hook Form, Axios, SCSS Modules, Vite, ESlint, yup

Features

Using CodeHub you can use key features of git such as:

  • Create repositories
  • See all created repositories
  • See all commits and files
  • Delete repository
  • Edit profile
  • Add repositories to favourite
  • Login, register and logout

Setup

To install all dependencies run:

npm install

Different npm scripts:

Develope mode:

npm run dev

Build:

npm run build

Preview:

npm run preview

Lint:

npm run lint

Lint with fixing:

npm run lint:fix

You cannot use this app without special web-server!