Skip to content

bitcoinvietnam/relay-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BV Relay

Landing page for BitcoinVN's Nostr Relay service.

Tech Stack

  • Eleventy (11ty) v3 - static site generator
  • Nunjucks - templating
  • Native CSS with custom properties
  • No frameworks or build tools beyond Eleventy

Getting Started

pnpm install
pnpm run dev

The site will be available at http://localhost:8080.

Build

pnpm run build

Output goes to _site/.

Project Structure

src/
├── _includes/
│   ├── base.njk          # HTML shell, scripts
│   ├── header.njk        # Sticky navbar
│   └── footer.njk        # Footer with social links
├── _data/
│   ├── site.json         # Site metadata, nav links
│   ├── sections.json     # Homepage content data
│   └── specs.json        # Relay hardware specs
├── css/
│   └── style.css         # All styles
├── assets/
│   ├── blue-spark.webp   # Hero background
│   └── bvn-star.svg      # Brand logo
├── index.njk             # Homepage
├── specs.njk             # Relay specifications
└── tos.njk               # Terms of Service

Pages

  • Home - Hero, about Nostr, why paid relays, why BV Relay, member benefits, join CTA
  • Specs - Relay hardware specifications and WSS address
  • TOS - Terms of Service

License

Proprietary - BitcoinVN.

About

BitcoinVN Relay Service Landing Page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors