Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📝docs: bold sentence #1212

Merged
merged 1 commit into from
Feb 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading