Skip to content

trycortexai/examples

Repository files navigation

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.