- cd frontend
- npm i or yarn
- add .env.local file in
/frontend
with key value pairs as in env.example. Take API keys from https://huddle01.com/docs/api-keys - add .env file with key as
DATABASE_URL
and pair as your database url. - npm run dev
/frontend
with key value pairs as in env.example. Take API keys from https://huddle01.com/docs/api-keysDATABASE_URL
and pair as your database url.