https://github.com/barbacane-dev/website
Barbacane commercial website
https://github.com/barbacane-dev/website
Last synced: about 1 month ago
JSON representation
Barbacane commercial website
- Host: GitHub
- URL: https://github.com/barbacane-dev/website
- Owner: barbacane-dev
- Created: 2026-02-02T16:32:50.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-02-12T09:15:54.000Z (about 1 month ago)
- Last Synced: 2026-02-12T18:12:25.751Z (about 1 month ago)
- Language: Astro
- Size: 539 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Barbacane Website
The commercial website for [Barbacane](https://github.com/barbacane-dev/barbacane) - the spec-driven API gateway.
## Development
```bash
# Install dependencies
npm install
# Start dev server
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview
```
## Stack
- [Astro](https://astro.build/) - Static site generator
- [Tailwind CSS](https://tailwindcss.com/) - Styling
- [TypeScript](https://www.typescriptlang.org/) - Type safety
## 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