Skip to content

syncity-dev/syncity-web

Repository files navigation

Syncity Web

The official website for syncity.dev — a team of independent consultants focused on long-term projects.

Stack

Getting Started

pnpm install
pnpm dev

Open http://localhost:3000 to view the site.

Scripts

Command Description
pnpm dev Start the development server
pnpm build Build for production
pnpm start Start the production server
pnpm lint Run ESLint

Project Structure

src/
├── app/              # Route files and global styles
├── components/
│   ├── core/         # Design system components (Button, Card, Badge, …)
│   ├── features/     # Page-specific feature components
│   └── shared/       # Layout components (Header, Footer, NotFound, …)
├── recipes/          # Panda CSS slot recipes
├── theme/            # Design tokens (colors, shadows, typography, …)
└── utils/            # Shared utilities (seo, …)
public/
├── logos/            # Logo and favicon assets (light/dark variants)
└── favicon.svg       # Adaptive SVG favicon (light/dark via prefers-color-scheme)

About

Syncity website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors