docs(readme): restructure for clearer readme

This commit is contained in:
Aslam H
2024-09-08 06:37:54 +07:00
parent 74fc53c326
commit 34b8df25d2
-4
View File
@@ -8,16 +8,12 @@
[Bun](https://bun.sh) is required to run this project. [Bun](https://bun.sh) is required to run this project.
Install dependencies:
```bash ```bash
bun i bun i
``` ```
## Run Website ## Run Website
To start the website locally:
```bash ```bash
bun web bun web
``` ```