Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1015 Bytes

File metadata and controls

52 lines (33 loc) · 1015 Bytes

Portfolio

A Next.js portfolio project with TypeScript and Tailwind CSS.

Requirements

  • Node.js: >=20.18.0 (LTS)
  • Yarn: >=1.22.0

Getting Started

First, make sure you're using the correct Node version:

# If using nvm
nvm use

# Or install Node.js 20.18.0 or higher from https://nodejs.org/

Install Yarn globally (if not already installed):

npm install -g yarn

Then, install the dependencies:

yarn install

Run the development server:

yarn dev

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

Learn More

To learn more about Next.js, take a look at the following resources:

Tech Stack

  • Next.js - React framework for production
  • TypeScript - Type-safe JavaScript
  • Tailwind CSS - Utility-first CSS framework