mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
feat(www): introduce monorepo
This change brings Turborepo monorepo to independently handle the marketing website, the docs website and any other future use cases for mutli-platform support. They are using internal @katanemo package handlers for the design system and logic.
This commit is contained in:
parent
151cefd528
commit
0d9147456f
102 changed files with 3876 additions and 52 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
|
@ -139,3 +139,16 @@ crates/target/
|
|||
build.log
|
||||
|
||||
archgw.log
|
||||
|
||||
# Next.js / Turborepo
|
||||
.next/
|
||||
out/
|
||||
.turbo
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
apps/*/node_modules/
|
||||
packages/*/node_modules/
|
||||
apps/*/.next/
|
||||
apps/*/out/
|
||||
apps/*/dist/
|
||||
./node_modules
|
||||
Loading…
Add table
Add a link
Reference in a new issue