Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 513 Bytes

File metadata and controls

21 lines (17 loc) · 513 Bytes

Michael Pacheco's resume

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

Getting Started

  • Install nvm
  • Install the appropriate node version specified in .nvmrc file:
    nvm install
  • Run the development server:
    npm run dev
    # or
    yarn dev
    # or
    pnpm dev

Open http://localhost:3000