Skip to content

Commit

Permalink
📝docs: bold sentence (#1212)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marukome0743 authored Feb 6, 2025
1 parent aa9eafc commit 3fd8f8f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,49 +28,49 @@
To clone and run this application, you'll need [Git](https://git-scm.com) and [Bun](https://bun.sh/) installed on your computer.
From your command line:

1. Clone this repository
### 1. Clone this repository

```bash
git clone https://github.com/OpenUp-LabTakizawa/caravan-kidstec
```

2. Install dependencies with bun
### 2. Install dependencies with bun

```bash
cd caravan-kidstec && bun i
```

3. Develop the app
### 3. Develop the app

```bash
bun dev
```

4. Test the app
### 4. Test the app

```bash
bun test:app
```

5. E2E Test
### 5. E2E Test

```bash
bun test:e2e
```

6. Format and Lint the files
### 6. Format and Lint the files

```bash
bun lint
```

7. Build the app
### 7. Build the app

```bash
bun run build
```

8. Start the app
### 8. Start the app

```bash
bun start
Expand Down

0 comments on commit 3fd8f8f

Please sign in to comment.