Skip to content

flowsurface-rs/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flowsurface Website

Marketing / landing site for the Flowsurface open-source orderflow & market structure charting platform.

Project Structure

Key directories:

/
├── public/                # Static assets (favicons, future OG image)
├── src/
│   ├── components/        # Modular sections & layout (Hero, Features, etc.)
│   ├── assets/            # Imported images processed by Astro
│   └── pages/
│       └── index.astro    # Composes page from components
├── styles/                # Global stylesheet(s)
└── package.json

Primary layout wrapper: src/components/BaseLayout.astro centralizes <html>, meta, theme initialization, Open Graph & Twitter tags, and a skip link for accessibility.

Component sections live in src/components/:

  • Header.astro navigation + theme toggle
  • Hero.astro headline & primary CTA
  • Features.astro interactive feature tabs
  • HowItWorks.astro 3-step onboarding summary
  • DownloadSection.astro platform download CTA
  • FinalCTA.astro closing call to action
  • Footer.astro site footer

Commands

All commands are run from the project root:

Command Action
npm install Install dependencies
npm run dev Start dev server (default: http://localhost:4321)
npm run build Build production site to ./dist/
npm run preview Preview the built site locally

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published