Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 312 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 312 Bytes

HRNet

Requirements

You will need either bun v^1.1 or node v^20.12

Setup

git clone git@github.com:Zuruuh/hrnet.git
cd hrnet

Start dev server with Bun

bun install
bun run dev

Start dev server with node

npm install
npm run dev