-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add routes for handling external docs
- Loading branch information
1 parent
2768d02
commit 61e3fd4
Showing
39 changed files
with
1,182 additions
and
332 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
# Replace this with the Resend API Key to send emails locally | ||
RESEND_API_KEY="" | ||
|
||
# Point this to a the absolute path to a folder containing your github repos | ||
# Example: /Users/me/projects/github.com | ||
# Keep in mind that the folder structure for that path should be {githubUsername}/{githubRepo} | ||
LOCAL_DOCS="" |
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
}, | ||
"license": "MIT", | ||
"scripts": { | ||
"setup": "pnpm install && simple-git-hooks install && cp .env.example .env", | ||
"setup": "pnpm install && simple-git-hooks install && cp .env.example .env.local", | ||
"dev": "next dev", | ||
"build": "next build", | ||
"lint:format": "prettier --check .", | ||
|
@@ -21,13 +21,16 @@ | |
}, | ||
"dependencies": { | ||
"@radix-ui/react-slot": "1.0.2", | ||
"@radix-ui/react-tabs": "1.0.4", | ||
"@radix-ui/react-tooltip": "1.0.6", | ||
"@react-pdf/renderer": "3.1.12", | ||
"@tabler/icons-react": "2.32.0", | ||
"@vercel/analytics": "1.0.2", | ||
"bright": "0.8.4", | ||
"clsx": "2.0.0", | ||
"cva": "npm:[email protected]", | ||
"encoding": "0.1.13", | ||
"gray-matter": "4.0.3", | ||
"html-to-react": "1.6.0", | ||
"next": "13.4.19", | ||
"next-mdx-remote": "4.4.1", | ||
|
@@ -36,27 +39,28 @@ | |
"resend": "1.0.0", | ||
"sharp": "0.32.5", | ||
"tailwind-merge": "1.14.0", | ||
"tw-to-css": "0.0.11" | ||
"tw-to-css": "0.0.11", | ||
"zod": "3.22.2" | ||
}, | ||
"devDependencies": { | ||
"@kevinwolfcr/eslint-config-react-nextjs": "1.0.1", | ||
"@kevinwolfcr/prettier-config": "1.0.1", | ||
"@radix-ui/colors": "2.1.0", | ||
"@react-pdf/types": "2.3.3", | ||
"@tailwindcss/forms": "0.5.5", | ||
"@types/node": "20.5.4", | ||
"@tailwindcss/forms": "0.5.6", | ||
"@types/node": "20.5.7", | ||
"@types/react": "18.2.21", | ||
"@types/react-dom": "18.2.7", | ||
"autoprefixer": "10.4.15", | ||
"eslint": "8.47.0", | ||
"eslint": "8.48.0", | ||
"nano-staged": "0.8.0", | ||
"postcss": "8.4.28", | ||
"prettier": "3.0.2", | ||
"postcss": "8.4.29", | ||
"prettier": "3.0.3", | ||
"simple-git-hooks": "2.9.0", | ||
"tailwindcss": "3.3.3", | ||
"tailwindcss-animate": "1.0.6", | ||
"tailwindcss-animate": "1.0.7", | ||
"turbo": "1.10.13", | ||
"typescript": "5.1.6" | ||
"typescript": "5.2.2" | ||
}, | ||
"postcss": { | ||
"plugins": { | ||
|
Oops, something went wrong.
61e3fd4
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:
website – ./
website-git-main-kevinwolfcr.vercel.app
*.kevinwolf.cr
www.kevinwolf.cr
kevinwolf.cr
website-kevinwolfcr.vercel.app