Skip to content

Commit

Permalink
📝docs: separate bash commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Marukome0743 committed Feb 6, 2025
1 parent f4a9892 commit 162ac05
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 19 deletions.
54 changes: 38 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,30 +28,52 @@
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

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

2. Install dependencies with bun

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

3. Develop the app

```bash
bun dev
```

4. Test the app

```bash
# Clone this repository
$ git clone https://github.com/OpenUp-LabTakizawa/caravan-kidstec
bun test:app
```

# Install dependencies with bun
$ cd caravan-kidstec && bun i
5. E2E Test

# Develop the app
$ bun dev
```bash
bun test:e2e
```

# Test the app
$ bun test:app
6. Format and Lint the files

# E2E Test
$ bun test:e2e
```bash
bun lint
```

# Build the app
$ bun run build
7. Build the app

# Start the app
$ bun start
```bash
bun run build
```

# Format and Lint the files
$ bun lint
8. Start the app

```bash
bun start
```

## 🆚 VSCode
Expand Down
6 changes: 3 additions & 3 deletions bun.lock
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@

"@next/swc-win32-x64-msvc": ["@next/[email protected]", "", { "os": "win32", "cpu": "x64" }, "sha512-vUwICNjWL3RGOAcVcJTnFFtqP6ifh7gBWoZWZVyciCznxmfwid/CQiJmRc0rmCzyYi+axXit54SmyrypS7LTNg=="],

"@playwright/test": ["@playwright/[email protected]05", "", { "dependencies": { "playwright": "1.51.0-alpha-2025-02-05" }, "bin": { "playwright": "cli.js" } }, "sha512-RSTRQQW+iGL41vOGe54wJKJH6Ca0+aUUOGvY/NYCHAUriL3sVW2bIAfEQaKxJ2MUU5hi4F1EflCtXXSfdqmKDQ=="],
"@playwright/test": ["@playwright/[email protected]06", "", { "dependencies": { "playwright": "1.51.0-alpha-2025-02-06" }, "bin": { "playwright": "cli.js" } }, "sha512-A76fmtU2WXtNvygQxFbFP81oZG9rJ5Da1rOS58aAlXHEP3gqV0D1w1t/t8S6Kl3/Y9dfAV3xFfA1Va8VJJ+uYw=="],

"@swc/counter": ["@swc/[email protected]", "", {}, "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ=="],

Expand Down Expand Up @@ -272,9 +272,9 @@

"picocolors": ["[email protected]", "", {}, "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="],

"playwright": ["[email protected]05", "", { "dependencies": { "playwright-core": "1.51.0-alpha-2025-02-05" }, "optionalDependencies": { "fsevents": "2.3.2" }, "bin": { "playwright": "cli.js" } }, "sha512-qLaLGkPLkLO4CD6AHd7zFRHQ/JE/5ZtP7Hl6X5V/p4FgVqMUfc3pnlfMBnfP411RjuMMKPnvFhuhi91uzyNYbw=="],
"playwright": ["[email protected]06", "", { "dependencies": { "playwright-core": "1.51.0-alpha-2025-02-06" }, "optionalDependencies": { "fsevents": "2.3.2" }, "bin": { "playwright": "cli.js" } }, "sha512-/nJRFWGA9r/oQRL3p90sk7L9v71X0Yoz5obut7g7lwrJxNRE/sIFgiDhplNj1owg6Ucyh3vm/VKzcra8ANxwIw=="],

"playwright-core": ["[email protected]05", "", { "bin": { "playwright-core": "cli.js" } }, "sha512-IdmnVAg9PuGdLwd2yMQbiTjEAbMrCP8Rov8pILLFwM/7xCWIq8ultVaTJo3jZvAWGCntTNAVXAMMeprXF5A55Q=="],
"playwright-core": ["[email protected]06", "", { "bin": { "playwright-core": "cli.js" } }, "sha512-ATKNLOtj7iUFMgjJvAbZxfjkT8PmefLc7W4kaCTR58sYxPx6Z52EcyaDV61+ChpzNBkVIM0UaslGIrS8oymadQ=="],

"postcss": ["[email protected]", "", { "dependencies": { "nanoid": "^3.3.8", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" } }, "sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ=="],

Expand Down

0 comments on commit 162ac05

Please sign in to comment.