From f96846119646ac2f21ef1dd8257d63d637adb1cc Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Wed, 22 May 2024 18:09:57 +0800 Subject: [PATCH] Format instructions to run the prooject locally --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index d1c1451b..2a88b305 100644 --- a/README.md +++ b/README.md @@ -30,18 +30,18 @@ Built with [Eleventy](https://www.11ty.dev/) and deployed to Neocities with the - [Font Awesome](https://fontawesome.com/) ## Run Locally -1. Clone this repository locally -``` -git clone https://github.com/helenclx/Neocities-Leilukin.git -``` -2. Install dependencies -``` -bun install -``` -3. Run the project -``` -bun run start -``` -4. Open http://localhost:8080/ in your browser +Recommended JavaScript runtime: [Bun](https://bun.sh). -This project was created using `bun init` in bun v1.1.0. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime. +1. Clone this repository locally + ``` + git clone https://github.com/helenclx/Neocities-Leilukin.git + ``` +1. Install dependencies + ``` + bun install + ``` +1. Run the project + ``` + bun run start + ``` +1. Open http://localhost:8080/ in your browser