Skip to content

Commit

Permalink
doc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sugarforever committed Mar 25, 2024
1 parent 2703840 commit 4e4d195
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ If you'd like to run with the latest code base and apply changes as needed, you
```

3.3 Run a migration to create your database tables with Prisma Migrate

```bash
# npm
npm run prisma-migrate
Expand All @@ -94,25 +94,25 @@ If you'd like to run with the latest code base and apply changes as needed, you
bun run prisma-migrate
```

#### Development Server
4. Launch Development Server

> Make sure both __[Ollama Server](#ollama-server)__ and __[ChromaDB](#install-chromadb-and-startup)__ are running.
> Make sure both __[Ollama Server](#ollama-server)__ and __[ChromaDB](#install-chromadb-and-startup)__ are running.

Start the development server on `http://localhost:3000`:
Start the development server on `http://localhost:3000`:

```bash
# npm
npm run dev
```bash
# npm
npm run dev
# pnpm
pnpm dev
# pnpm
pnpm dev
# yarn
yarn dev
# yarn
yarn dev
# bun
bun run dev
```
# bun
bun run dev
```

### Use with Docker

Expand Down

0 comments on commit 4e4d195

Please sign in to comment.