1project
Gbc Website

gbc website

try to development with https://t4stack.com/ (opens in a new tab)

install bun

https://bun.sh/ (opens in a new tab)

curl -fsSL https://bun.sh/install (opens in a new tab) | bash

https://docs.t4stack.com/getting-started (opens in a new tab)

bun create t4-app@latest

failed twice with same error

👉 Setting up a new t4 project.
This script follows the steps below to create your project:
1. Clone the t4-app repository into the specified folder.
2. Remove git history
3. Install dependencies
4. Generate Drizzle client
 Cloning t4-app into gbc-website
🚫 Error: Failed to clone repository: Command failed: git clone  https://github.com/timothymiller/t4-app gbc-website
Cloning into 'gbc-website'...
error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: CANCEL (err 8)
error: 1992 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output

checked t4 stack github code frequency

https://github.com/timothymiller/t4-app/graphs/code-frequency (opens in a new tab)

feels not very active

asked the error to gpt, got answer

git config --global http.postBuffer 524288000

tried, failed again

searched https://stackoverflow.com/questions/59282476/error-rpc-failed-curl-92-http-2-stream-0-was-not-closed-cleanly-protocol-erro (opens in a new tab)

Abandon ship!

tamagui let's go!

https://github.com/tamagui/tamagui/graphs/code-frequency (opens in a new tab)

looks healthy

For now recommended yarn if you are using Tamagui in a monorepo, as it's been proven on large projects where we've found issues with others.

my last monorepo already lost in my disk

tamagui let's go!

https://tamagui.dev/docs/guides/next-js (opens in a new tab)

https://github.com/tamagui/tamagui/tree/master/apps/site (opens in a new tab)

bunx create-next-app@latest

Error: (0 , import_react.createContext) is not a function tamagui

Adding 'use client'; on top of the page https://stackoverflow.com/a/74257324 (opens in a new tab)

references

Do not shoot this.