File size: 626 Bytes
eafbe80 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # Project page (local preview)
The **official** GitHub Pages site is deployed from the **`gh-pages`** branch (root `index.html` + `style.css`), not from this folder.
This `docs/` directory mirrors that pink-themed project page so you can preview locally:
```bash
cd docs
python -m http.server 18876 --bind 0.0.0.0
```
Then open `http://localhost:18876/` (with port forwarding if remote).
**Live site:** https://echo-team-joy-future-academy-jd.github.io/Echo-Memory/
Edit `docs/index.html`, `docs/style.css`, `docs/site.js`, and `docs/assets/`, then run `bash scripts/publish_gh_pages.sh` (or push `main` to trigger CI).
|