Skip to content

Commit

Permalink
README.md: npm → bun
Browse files Browse the repository at this point in the history
  • Loading branch information
nirnejak committed Dec 3, 2024
1 parent f3a0e34 commit fd36579
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,35 +21,35 @@ Quickly upload and plot CSV data in a graph
**Install Dependencies**

```bash
npm install
bun install
```

**Start Development Server**

```bash
npm start
bun start
```

**Lint all the files**

```bash
npm run lint
bun run lint
```

**Format all files with Prettier**

```bash
npm run format
bun run format
```

**Check TypeScript issues**

```bash
npm run type-check
bun run type-check
```

**Build for Production**

```bash
npm run build
bun run build
```

0 comments on commit fd36579

Please sign in to comment.