Format instructions to run the prooject locally

This commit is contained in:
Helen Chong 2024-05-22 18:09:57 +08:00
parent c19fc79c20
commit f968461196
1 changed files with 14 additions and 14 deletions

View File

@ -30,18 +30,18 @@ Built with [Eleventy](https://www.11ty.dev/) and deployed to Neocities with the
- [Font Awesome](https://fontawesome.com/)
## Run Locally
Recommended JavaScript runtime: [Bun](https://bun.sh).
1. Clone this repository locally
```
git clone https://github.com/helenclx/Neocities-Leilukin.git
```
2. Install dependencies
1. Install dependencies
```
bun install
```
3. Run the project
1. Run the project
```
bun run start
```
4. Open http://localhost:8080/ in your browser
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. Open http://localhost:8080/ in your browser