From b9200a1764c3d03e81df36be241ac528dab51cf5 Mon Sep 17 00:00:00 2001 From: Marukome0743 Date: Thu, 6 Feb 2025 10:38:23 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9Ddocs:=20separate=20commands=20line?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 54 ++++++++++++++++++++++++++++++++++++++---------------- bun.lock | 6 +++--- 2 files changed, 41 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 0d7b25a..ce05e81 100644 --- a/README.md +++ b/README.md @@ -21,30 +21,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/rasnage +``` + +### 2. Install dependencies with bun + +```bash +cd rasnage && bun i +``` + +### 3. Develop the app + +```bash +bun dev +``` + +### 4. Test the app + ```bash -# Clone this repository -$ git clone https://github.com/OpenUp-LabTakizawa/rasnage +bun test:app +``` -# Install dependencies with bun -$ cd rasnage && 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 diff --git a/bun.lock b/bun.lock index ffefc41..734344a 100644 --- a/bun.lock +++ b/bun.lock @@ -119,7 +119,7 @@ "@next/swc-win32-x64-msvc": ["@next/swc-win32-x64-msvc@15.2.0-canary.41", "", { "os": "win32", "cpu": "x64" }, "sha512-vUwICNjWL3RGOAcVcJTnFFtqP6ifh7gBWoZWZVyciCznxmfwid/CQiJmRc0rmCzyYi+axXit54SmyrypS7LTNg=="], - "@playwright/test": ["@playwright/test@1.51.0-alpha-2025-02-05", "", { "dependencies": { "playwright": "1.51.0-alpha-2025-02-05" }, "bin": { "playwright": "cli.js" } }, "sha512-RSTRQQW+iGL41vOGe54wJKJH6Ca0+aUUOGvY/NYCHAUriL3sVW2bIAfEQaKxJ2MUU5hi4F1EflCtXXSfdqmKDQ=="], + "@playwright/test": ["@playwright/test@1.51.0-alpha-2025-02-06", "", { "dependencies": { "playwright": "1.51.0-alpha-2025-02-06" }, "bin": { "playwright": "cli.js" } }, "sha512-A76fmtU2WXtNvygQxFbFP81oZG9rJ5Da1rOS58aAlXHEP3gqV0D1w1t/t8S6Kl3/Y9dfAV3xFfA1Va8VJJ+uYw=="], "@swc/counter": ["@swc/counter@0.1.3", "", {}, "sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ=="], @@ -249,9 +249,9 @@ "picocolors": ["picocolors@1.1.1", "", {}, "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="], - "playwright": ["playwright@1.51.0-alpha-2025-02-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": ["playwright@1.51.0-alpha-2025-02-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": ["playwright-core@1.51.0-alpha-2025-02-05", "", { "bin": { "playwright-core": "cli.js" } }, "sha512-IdmnVAg9PuGdLwd2yMQbiTjEAbMrCP8Rov8pILLFwM/7xCWIq8ultVaTJo3jZvAWGCntTNAVXAMMeprXF5A55Q=="], + "playwright-core": ["playwright-core@1.51.0-alpha-2025-02-06", "", { "bin": { "playwright-core": "cli.js" } }, "sha512-ATKNLOtj7iUFMgjJvAbZxfjkT8PmefLc7W4kaCTR58sYxPx6Z52EcyaDV61+ChpzNBkVIM0UaslGIrS8oymadQ=="], "postcss": ["postcss@8.5.1", "", { "dependencies": { "nanoid": "^3.3.8", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" } }, "sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ=="],