File tree Expand file tree Collapse file tree 1 file changed +19
-7
lines changed
Expand file tree Collapse file tree 1 file changed +19
-7
lines changed Original file line number Diff line number Diff 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
4646Install 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
You can’t perform that action at this time.
0 commit comments