HYBUS Project based on React
🚫 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.
🏗️ 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/
Clone this repository and run yarn.
yarn run dev
yarn run serve
yarn run build
Output directory is dist.
vite-compression plugin will automatically compress output files. Default algorith is gzip.

