Portfolio site
Find a file
2026-02-17 21:26:22 -07:00
.husky init: init project after runto23 oopsie 2024-09-23 15:40:11 -06:00
app (fix): Correct bio 2026-02-17 21:26:22 -07:00
components (feat): Update site with modern details as of 02/17/2026 2026-02-17 20:54:41 -07:00
public (feat): Update site with modern details as of 02/17/2026 2026-02-17 20:54:41 -07:00
styles (meta): Change from pnpm to bun, update packages 2024-09-28 13:57:32 -06:00
.eslintrc.json (fix): Correct package shit 2024-09-29 20:01:21 -06:00
.gitignore (ignore): Ignore temporary img dir 2024-09-28 15:41:52 -06:00
.gitlab-ci.yml (fix): Attempt 2 to fix pipeline 2024-10-04 21:30:26 -06:00
.lintstagedrc.mjs (feat): Upgrade next16, correct linter error 2026-02-17 20:35:12 -07:00
.prettierrc.json init: init project after runto23 oopsie 2024-09-23 15:40:11 -06:00
eslint.config.mjs (feat): Upgrade next16, correct linter error 2026-02-17 20:35:12 -07:00
next-env.d.ts (fix): Correct build issue 2026-02-17 21:03:22 -07:00
next.config.js init: init project after runto23 oopsie 2024-09-23 15:40:11 -06:00
package.json (fix): Update typescript-eslint version 2026-02-17 21:23:44 -07:00
postcss.config.js init: init project after runto23 oopsie 2024-09-23 15:40:11 -06:00
README.md init: init project after runto23 oopsie 2024-09-23 15:40:11 -06:00
tailwind.config.js init: init project after runto23 oopsie 2024-09-23 15:40:11 -06:00
tsconfig.json (feat): Update site with modern details as of 02/17/2026 2026-02-17 20:54:41 -07:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.