Skip to content

Ismith507/Ian-portfolio

Repository files navigation

Ian's Portfolio

This is a Next.js project. Next is a React framework that allows for server-side rendering, API routes and more.

It uses Tailwind CSS for styling and TypeScript, a superset of JavaScript, for type safety.

Prerequisites

You'll need these globally installed on your machine:

Node 18 (javascript runtime)

PNPM (package manager)

Getting Started

First, install the dependencies:

pnpm install

Then, run the development server:

pnpm dev

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

You can start editing the page by modifying app/(home)/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

Deploy on Vercel

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

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