Skip to content

Latest commit

 

History

History
executable file
·
17 lines (13 loc) · 469 Bytes

File metadata and controls

executable file
·
17 lines (13 loc) · 469 Bytes

IN05 official website

Requirements

Development

  1. Setup environment pnpm install && pnpm simple-git-hooks
  2. Open dev environment pnpm dev and make changes to the code.

File structure

  • website source: src/pages static assets: public
  • css config:tailwind.config.ts style: src/styles
  • lint & format settings: biome.json
  • VSCode settings: .vscode/
  • CI: .github/workflows/