# nightRider Site

Public website repo for NightRider.

This repo holds published public pages, outward-facing demos, and eventually
public policy pages. It should stay static-first and public-facing.

## Belongs Here

- landing pages
- architecture and use-case explainers
- quickstart and adoption pages
- public demo narratives
- published privacy, terms, and policy pages

## Does Not Belong Here

- product runtime code
- customer portal or authenticated product UI
- billing logic
- private positioning or campaign planning
- deployment secrets

## How To Preview

Open [index.html](/Users/panda/Code/nightRider-master/nightRider-site/index.html) directly in a browser, or serve the repo locally:

```bash
python3 -m http.server 4321
```

Then visit `http://127.0.0.1:4321`.
