CodeHub is a git-like version control system.
Stack: React, RTK, React Router, React Hook Form, Axios, SCSS Modules, Vite, ESlint, yup
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
To install all dependencies run:
npm install
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!