this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Create README.md #1

open opened by blair.nz targeting main from add-readme

Add a README.md file in the repository with a short description of the purpose and tech stack, and "Getting started" instructions.

Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:eqcximc66kutndprykul52mq/sh.tangled.repo.pull/3mkq6jccvl722
+18
Diff #0
+18
README.md
··· 1 + # cai 2 + 3 + AI chat app with a Hono API, SQLite via Drizzle, and a React web client. 4 + 5 + ## Getting started 6 + 7 + ```sh 8 + cp apps/api/.env.example apps/api/.env 9 + cp apps/web/.env.example apps/web/.env 10 + bun install 11 + bun run --cwd apps/api db:push 12 + bun run dev 13 + ``` 14 + 15 + Web: `http://localhost:3000` 16 + API: `http://localhost:3001/api` 17 + 18 + You will need to set `OPENAI_API_KEY`, Clerk keys, and Upstash Redis values in `apps/api/.env`.

History

1 round 0 comments
sign up or login to add to the discussion
blair.nz submitted #0
1 commit
expand
Create README.md with a short description and instructions
merge conflicts detected
expand
expand 0 comments