From 3fd8f8f30cd91974fdb8b15ce275440cb7f83bc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9E=E3=83=AB=E3=82=B3=E3=83=A1?= Date: Thu, 6 Feb 2025 10:35:57 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9Ddocs:=20bold=20sentence=20(#1212)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3d3e9b7a..b014c4d2 100644 --- a/README.md +++ b/README.md @@ -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