Skip to content

barbacane-dev/website

Repository files navigation

Barbacane Website

The commercial website for Barbacane - the spec-driven API gateway.

Development

# Install dependencies
npm install

# Start dev server
npm run dev

# Build for production
npm run build

# Preview production build
npm run preview

Stack

Structure

src/
├── components/     # Reusable components
├── layouts/        # Page layouts
├── pages/          # Routes
│   ├── index.astro      # Homepage
│   ├── pricing.astro    # Services & pricing
│   └── trademarks.astro # Trademark policy
└── styles/         # Global styles
public/             # Static assets

TODO

  • Create public/og-image.png (1200x630px) for social media sharing (Open Graph / Twitter cards)

License

Apache-2.0

About

Barbacane commercial website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors