Skip to content
On this page

fresh-t3-app

Fresh T3 app, automatically generated everyday with yarn create t3-app

Result

Time spent1m 6s
Disk usage610 MB
pwuser@factory:/workspace$ yarn create t3-app fresh-app
yarn create v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...

success Installed "create-t3-app@6.11.3" with binaries:
      - create-t3-app
[#############################################################################################################] 111/111
   ___ ___ ___   __ _____ ___   _____ ____    __   ___ ___
  / __| _ \ __| /  \_   _| __| |_   _|__ /   /  \ | _ \ _ \
 | (__|   / _| / /\ \| | | _|    | |  |_ \  / /\ \|  _/  _/
  \___|_|_\___|_/‾‾\_\_| |___|   |_| |___/ /_/‾‾\_\_| |_|


? Will you be using JavaScript or TypeScript? TypeScript
Good choice! Using TypeScript!
? Which packages would you like to enable? nextAuth, prisma, tailwind, trpc
? Initialize a new git repository? No
Sounds good! You can come back and run git init later.
? Would you like us to run 'yarn'? Yes
Alright. We'll install the dependencies for you!

Using: yarn

 fresh-app scaffolded successfully!

Adding boilerplate...
 Successfully setup boilerplate for nextAuth
 Successfully setup boilerplate for prisma
 Successfully setup boilerplate for tailwind
 Successfully setup boilerplate for trpc
 Successfully setup boilerplate for envVariables

Installing dependencies...
 Successfully installed dependencies!

Next steps:
  cd fresh-app
  yarn prisma db push
  yarn dev
Done in 48.62s.
pwuser@factory:/workspace$ cd fresh-app
pwuser@factory:/workspace/fresh-app$ cd /workspace/fresh-app
pwuser@factory:/workspace/fresh-app$ /opt/factory/bin/screenshot 'yarn dev' 3000 || true; echo 'Finished taking screenshot.'
+ start-test 'yarn dev' :3000 'cd /workspace && (playwright screenshot --viewport-size=1280,720 http://localhost:3000 /workspace/screenshot.png; playwright screenshot --viewport-size=1280,720 --wait-for-timeout=4096 http://localhost:3000 /workspace/screenshot.png)'
1: starting server using command "yarn dev"
and when url "[ 'http://localhost:3000' ]" is responding with HTTP status code 200
running tests using command "cd /workspace && (playwright screenshot --viewport-size=1280,720 http://localhost:3000 /workspace/screenshot.png; playwright screenshot --viewport-size=1280,720 --wait-for-timeout=4096 http://localhost:3000 /workspace/screenshot.png)"

yarn run v1.22.19
$ next dev
ready - started server on 0.0.0.0:3000, url: http://localhost:3000
info  - Loaded env from /workspace/fresh-app/.env
event - compiled client and server successfully in 3.1s (276 modules)
Attention: Next.js now collects completely anonymous telemetry regarding usage.
This information is used to shape Next.js' roadmap and prioritize features.
You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
https://nextjs.org/telemetry

wait  - compiling / (client and server)...
event - compiled client and server successfully in 486 ms (335 modules)
Navigating to http://localhost:3000
Capturing screenshot into /workspace/screenshot.png
wait  - compiling /api/auth/[...nextauth] (client and server)...
wait  - compiling /api/trpc/[trpc] (client and server)...
event - compiled successfully in 117 ms (105 modules)
event - compiled successfully (114 modules)
Navigating to http://localhost:3000
Waiting for timeout 4096...
[next-auth][warn][NO_SECRET] 
https://next-auth.js.org/warnings#no_secret
[next-auth][warn][EXPERIMENTAL_API] 
`unstable_getServerSession` is experimental and may be removed or changed in the future, as the name suggested. 
https://next-auth.js.org/configuration/nextjs#unstable_getServerSession} 
https://next-auth.js.org/warnings#EXPERIMENTAL_API
Capturing screenshot into /workspace/screenshot.png
Finished taking screenshot.
pwuser@factory:/workspace/fresh-app$ exit
exitBD

Screenshot

Screenshot