Skip to content

kpfromer/nextjs-portfolio

Repository files navigation

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.