ryanmearns / with-astro

Turborepo Astro starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ under development

Turborepo Astro starter

This is my starter Turborepo for applications with CI/CD deployment pipeline using SST Ion.

Using this example

Run the following command to get starter:

pnpm install -g degit
mkdir my-app
cd my-app
degit ryanmearns/with-astro

What's inside?

This Turborepo includes the following packages and apps:

Apps and Packages

  • app: an Astro ts app with lucia-auth, drizzle and hono set up to deployed to AWS with SST
  • @repo/eslint-config: shared eslint configurations
  • @repo/typescript-config: tsconfig.jsons used throughout the monorepo
  • @repo/ui: a stub React component library with Tailwind CSS shared by both web and docs applications

Each package and app is 100% TypeScript.

Utilities

This Turborepo has some additional tools already setup for you:

About

Turborepo Astro starter


Languages

Language:TypeScript 65.1%Language:JavaScript 19.5%Language:Astro 9.6%Language:CSS 5.8%