kpfromer / nextjs-portfolio

The OLD code for my portfolio website.

Home Page:https://kylepfromer.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

The OLD code for my portfolio website.

https://kylepfromer.com

License:MIT License


Languages

Language:TypeScript 88.7%Language:JavaScript 7.0%Language:CSS 4.3%