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.
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.