Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 197 Bytes

File metadata and controls

21 lines (14 loc) · 197 Bytes

Developer setup

Clone the repo:

git clone git@github.com:surister/cratedb-admin-alt.git

Install dependencies:

# yarn
yarn

# npm
npm install

# pnpm
pnpm install

# bun
bun install