Skip to content

Front-end repository of Hanyang University shuttle timetable service, "버스하냥"

Notifications You must be signed in to change notification settings

BusHanyang/hybus-genesis

Repository files navigation

HYBUS-GENESIS

HYBUS Project based on React

up uptime avg_ping

Picture

Main page

main page

Full timetable page

full timetable page

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.