UNPKG

create-unstack

Version:

CLI tool to scaffold a modern Next.js app with TailwindCSS, HeroUI, and optional authentication & MongoDB

7 lines (6 loc) 189 B
export type SiteConfig = typeof siteConfig; export const siteConfig = { name: "Create Untraceable Stack", description: "Get up and running fast with Untraceable Stack.", };