Skip to content

Latest commit

 

History

History
70 lines (42 loc) · 2.55 KB

README.md

File metadata and controls

70 lines (42 loc) · 2.55 KB

DIAS Static Badge

Access all on-campus services with an account!

Description

DIAS : DSM Intergrated Auth Service

This project is open source, so you can contribute with pull request whenever you want.

System Required

  • Node Version >= 18.14.0
  • pnpm Version >= 8.10.3

Installation

$ pnpm i

Running

Prod

$ pnpm run start

Dev

$ pnpm run dev

Test

$ pnpm run test # Unit Test

$ pnpm run test:e2e # E2E Test

$ pnpm run test:cov # Coverage

Commit Rule

$ git add [files]

$ git commit -m "[feat | fix | docs | set] : [description]"

$ git push origin [branch name]

Contributors

License

  • MIT License