Skip to content

aglabsid/website

Repository files navigation

Aglabs website monorepo

Monorepo for the Aglabs websites, built with Turborepo and pnpm workspaces.

What's inside?

Apps

Packages

  • @repo/ui: shared styles and utilities — Tailwind CSS v4 design tokens (globals.css) and the cn helper
  • @repo/eslint-config: shared ESLint configurations
  • @repo/typescript-config: shared tsconfig.json templates

Each package/app is 100% TypeScript.

Commands

pnpm dev           # Run all apps (web on :4321, bot on :4322)
pnpm build         # Build all apps and packages
pnpm lint          # ESLint across the monorepo
pnpm check-types   # Type-check via `astro check`
pnpm format        # Prettier formatting

# Run a single app
pnpm --filter web dev
pnpm --filter bot dev

Deployment

Both apps build to static output and deploy to Netlify via netlify.toml.

About

Aglabs website monorepo.

Topics

Resources

Stars

Watchers

Forks

Releases

Used by

Contributors

Languages