Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 287 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 287 Bytes

Cortex Examples

⚙️ Project setup

git clone git@github.com:trycortexai/examples.git
cd examples

# complete .env.local after copying
copy .env.example .env 

# install & run
npm install
npm run dev

Open http://localhost:3000 on your browser.