Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 251 Bytes

File metadata and controls

26 lines (18 loc) · 251 Bytes

Codash

github code reading tool with AI chat.

Usage

git clone https://github.com/nknighta/codash.git
# npm 
npm install

# yarn
yarn

# pnpm
pnpm install

# PandaCSS setup
npx panda init

# Start the server
npm run dev