Skip to content

BeemFlow/beemflow-landing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BeemFlow Marketing Site

Astro-based marketing site for BeemFlow.

Quick start

npm install
npm run dev

Scripts

  • npm run dev - Start local dev server.
  • npm run build - Build production assets in dist/.
  • npm run preview - Preview the production build locally.
  • npm run astro - Run Astro CLI commands.

Project structure

src/
  components/   Reusable section and UI components
  data/         Typed content objects used by sections
  layouts/      Shared page layout and metadata
  pages/        Route entry points
  styles/       Global design tokens and utilities

Editing guidelines

  • Prefer updating copy in src/data/content.ts over hardcoding text in components.
  • Keep shared UI patterns in src/styles/global.css (tokens, utilities).
  • Use component-level styles for section-specific rules.

Releases

No releases published

Packages

 
 
 

Contributors