-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* docs: change description and add nexxel's website in package.json * docs: add faq page * docs: add tutorials to generated readme * docs: rename getting started to t3 axioms and add advanced usage * docs: add me3 in t3 collection * docs: make p capital * docs: update contributing guide * docs: update link to t3 axiom in faq * docs: fix link to docs in navbar * docs: update contributing guide, can't add dev script for cli * docs: dark theme by default * chore: add some scripts * docs: add scripts to contributing guide Co-authored-by: Julius Marminge <[email protected]>
- Loading branch information
1 parent
3a74fd9
commit 86fd3d6
Showing
10 changed files
with
175 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"name": "@ct3a/root", | ||
"version": "0.0.0", | ||
"description": "Create web application with the t3 stack", | ||
"author": "Shoubhit Dash <[email protected]>", | ||
"description": "Quickest way to start a new web app with full stack typesafety", | ||
"author": "Shoubhit Dash <[email protected]> (https://nexxel.dev)", | ||
"maintainers": [ | ||
"Julius Marminge <[email protected]> (https://jumr.dev)" | ||
], | ||
|
@@ -26,9 +26,13 @@ | |
}, | ||
"scripts": { | ||
"typecheck": "turbo run typecheck", | ||
"build:cli": "turbo run build --filter create-t3-app", | ||
"build:www": "turbo run build --filter www", | ||
"build": "turbo run build", | ||
"dev": "turbo run dev", | ||
"start": "turbo run start", | ||
"start:cli": "pnpm run start --filter create-t3-app", | ||
"start:www": "turbo run start --filter www", | ||
"dev:cli": "pnpm --filter create-t3-app dev", | ||
"dev:www": "turbo run dev --filter=www", | ||
"lint": "eslint . --cache --cache-strategy content", | ||
"lint:fix": "pnpm lint --fix", | ||
"format": "prettier --write --plugin-search-dir=. \"**/*.{ts,tsx,md,mdx,json,js,mjs,cjs,astro}\"", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
86fd3d6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
create-t3-app – ./
create-t3-app-git-main-t3-oss.vercel.app
create-t3-app-nu.vercel.app
create-t3-app-t3-oss.vercel.app