File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments