The OLD code for my portfolio website.
Find a file
2022-04-06 18:32:41 -06:00
.github ci: add renovate 2021-11-20 20:50:01 -07:00
components feat: update next, tailwindcss, fix component 2022-02-19 17:34:38 -07:00
configs fix: 🐛 base url 2021-01-08 19:44:47 -07:00
content chore: update experience 2022-03-31 17:49:17 -06:00
fonts feat: wip font changes 2021-01-31 22:25:47 -07:00
hooks feat: add google analytics 2021-02-07 12:42:13 -07:00
lib fix: github api usage 2022-03-31 17:53:55 -06:00
pages chore: minor changes 2021-11-20 21:12:24 -07:00
plugins feat: add blur up images 2021-01-31 20:00:00 -07:00
public [ImgBot] Optimize images 2022-04-06 20:10:09 +00:00
styles refactor: use better gray for dark mode 2021-11-20 20:50:31 -07:00
utils fix: remove render util for test files 2021-06-22 22:44:01 -06:00
.eslintignore chore: add pnpm-lock.yaml to ignores 2021-05-23 15:19:47 -06:00
.eslintrc.js fix: typescript motionbox issue 2021-01-07 15:33:26 -07:00
.gitignore chore: 🤖 add config files 2021-01-06 19:04:02 -07:00
.prettierignore chore: add pnpm-lock.yaml to ignores 2021-05-23 15:19:47 -06:00
dependabot.yml ci: keep gh actions update to date 2021-03-07 15:48:32 -07:00
LICENSE Update packages and config 2019-11-25 17:42:05 -07:00
next-env.d.ts feat: update next, tailwindcss, fix component 2022-02-19 17:34:38 -07:00
next.config.js perf: ️ add preact for client side production 2021-01-09 10:52:11 -07:00
package.json fix(deps): pin dependencies 2022-04-05 18:10:22 +00:00
pnpm-lock.yaml fix(deps): pin dependencies 2022-04-05 18:10:22 +00:00
postcss.config.js feat: 🎸 add tailwind config 2021-01-08 03:40:49 -07:00
README.md chore: remove jest tests 2021-06-22 22:39:01 -06:00
renovate.json fix: renovate config 2021-08-17 16:09:59 -06:00
tailwind.config.js feat: update next, tailwindcss, fix component 2022-02-19 17:34:38 -07:00
tsconfig.json chore: update tsconfig from next.js 2021-11-28 13:02:00 -07:00
vercel.json feat: 🎸 self host inter font 2021-01-31 07:44:44 -07:00

portfolio

Description

This the code for my portfolio website.

Installation

git clone https://github.com/kpfromer/portfolio.git

cd portfolio

pnpm install

pnpm dev

Done!

Need to know

Includes

Scripts

  • npm run dev runs next.js in development mode
  • npm run build builds next.js application
  • npm start starts the built next.js application
  • npm run lint runs eslint
  • npm run format runs prettier

Structure

  • components - components used for creating pages and stories for storybooks
  • lib - the files associated with sourcing and consuming data from locations (like MDX)
  • hooks - react hooks for SWR or other minor things next.js will try to create a page for them)
  • content - the data for creating pages, like a MDX blog posts
  • utils - misc one of files like theme or test helpers

Other Cool Web Tools

Details

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