Skip to content

Commit 16d32dd

Browse files
committed
Updated readme
1 parent e5153a0 commit 16d32dd

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

README.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Content structure and organization may evolve as the site grows.
4141

4242
---
4343

44-
## 🚀 Development
44+
## 🚀 Development (Local Only)
4545

4646
Install dependencies:
4747

@@ -50,17 +50,29 @@ npm install pnpm
5050
```
5151

5252
```bash
53-
pnpm run dev
53+
corepack enable
54+
```
55+
56+
```bash
57+
corepack prepare pnpm@latest --activate
58+
```
59+
60+
```bash
61+
pnpm install
5462
```
5563

56-
## 🌍 Deployment
64+
```bash
65+
pnpm run dev
66+
```
5767

58-
The site is deployed using GitHub Pages.
59-
After building, the static output is published automatically through CI.
68+
> ⚠️ The hosted site is primarily for personal use.
69+
> For development and testing, please run the site locally.
6070
61-
Live site:
71+
Open your browser at:
6272

63-
https://marblestack.github.io/marblestack/
73+
```bash
74+
http://localhost:4321/marblestack/
75+
```
6476

6577

6678
## 📄 License

0 commit comments

Comments
 (0)