Skip to content

TechVentureBuilder/localeflow-website

 
 

Repository files navigation

LocaleFlow Website

Landing pages for LocaleFlow - Shopify translation app.

Pages

  • / - Marketing page for merchants
  • /partners - Partner program page for agencies

Tech Stack

Development

# Install dependencies
npm install

# Start dev server
npm run dev

# Build for production
npm run build

Deployment

Deployed automatically via Cloudflare Pages on push to main.

Live URL: https://localeflow.pages.dev

Project Structure

src/
├── pages/
│   ├── index.astro      # Marketing page
│   └── partners.astro   # Partner program page
├── layouts/
│   └── BaseLayout.astro # Shared layout
├── components/          # Reusable components
└── styles/
    └── global.css       # Global styles

About

LocaleFlow landing pages - Partner program and marketing site. Built with Astro + Tailwind.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Astro 76.2%
  • TypeScript 13.6%
  • JavaScript 5.7%
  • CSS 4.5%