Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into chore/refactor-index-…
Browse files Browse the repository at this point in the history
…test
  • Loading branch information
k-taro56 committed Jun 3, 2024
2 parents 9d72686 + e969684 commit 85b1e3f
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# bot-worker

[![Biome](https://github.com/NID-roid/bot-worker/actions/workflows/biome.yml/badge.svg)](https://github.com/NID-roid/bot-worker/actions/workflows/biome.yml)
[![CI](https://github.com/NID-roid/bot-worker/actions/workflows/ci.yml/badge.svg)](https://github.com/NID-roid/bot-worker/actions/workflows/ci.yml)
[![CodeQL](https://github.com/NID-roid/bot-worker/actions/workflows/codeql.yml/badge.svg)](https://github.com/NID-roid/bot-worker/actions/workflows/codeql.yml)
[![codecov](https://codecov.io/gh/NID-roid/bot-worker/graph/badge.svg?token=QZY0ET2KNU)](https://codecov.io/gh/NID-roid/bot-worker)

## Run bot-worker

### Prerequisites

- Node.js v20.x
- corepack v0.20.0 or later

### Install dependencies

```bash
pnpm install
```

### Production Build

```bash
pnpm build
pnpm start
```

### Development Build with Hot Reload

```bash
pnpm dev
```

0 comments on commit 85b1e3f

Please sign in to comment.