devITae / hybus-genesis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HYBUS-GENESIS

HYBUS Project based on React

Project Rules

IMPORTANT NOTICE

🚫 DO NOT USE NPM. This project is based on yarn.

πŸ™ Self merge is not recommended. Please request review at least one member. We are happy to read your code.

πŸ’‘ You must pass all ESLint check. If it wasn't, hysky script will prohibit to commit.

πŸš€ When you open PR, ReviewDog will automatically check ESLint rules and suggest changes. Please fix them all.

✍️ You should signing your commit with gpg key.


Gitflow

πŸ—οΈ main branch is for deploying to production automatically.

πŸ—οΈ dev branch is for release candidate.

🩹 Every new feature branch should have prefix feature/

πŸŽ‰ Every Bugfix branch should have prefix fix/

Installation

Clone this repository and run yarn.

Run local dev server

yarn run dev

Run local production server

yarn run serve

Build project

yarn run build

Output directory is dist.

vite-compression plugin will automatically compress output files. Default algorith is gzip.

About


Languages

Language:TypeScript 65.3%Language:CSS 19.9%Language:HTML 14.8%