Skip to content

Commit 8ad36e3

Browse files
committed
docs: add landing repository readme
1 parent ae2c441 commit 8ad36e3

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Selflify Landing
2+
3+
This repository contains the static marketing site for Selflify.
4+
5+
Website:
6+
- https://selflify.github.io/
7+
8+
## What is here
9+
10+
- `index.html` — landing page markup
11+
- `styles.css` — visual styles
12+
- `app.js` — small client-side interactions
13+
- `assets/` — screenshots and other static assets
14+
- `robots.txt`, `sitemap.xml`, `llms.txt` — crawl and discovery files
15+
16+
## Local preview
17+
18+
From the repository root:
19+
20+
```bash
21+
python3 -m http.server 4173
22+
```
23+
24+
Then open:
25+
26+
```text
27+
http://127.0.0.1:4173
28+
```
29+
30+
## Publishing
31+
32+
GitHub Pages serves this repository directly.
33+
34+
Any push to `main` updates:
35+
36+
```text
37+
https://selflify.github.io/
38+
```
39+
40+
## Main project
41+
42+
The application source code lives in:
43+
44+
- https://github.com/Selflify/Selflify

0 commit comments

Comments
 (0)