Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.11 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.11 KB

Rethinking my Website: mstflotfy.com, 2024 (Next.js, shadCn/ui)

This repository contains the source code for the redesign of my personal website, mstflotfy.com. The goal is to implement this design I made for the website in Figma.

Technologies

  • Next.js: A React framework for building server-rendered applications.
  • shadCn UI: A component library for creating responsive UIs.
  • Tailwind CSS: A utility-first CSS framework for rapid UI development.
  • TypeScript: A typed superset of JavaScript that compiles to plain JavaScript.

Installation

  1. Clone the repository:
    git clone https://github.com/mstflotfy/mstflotfy.com-2024-nextJs
  2. Navigate to the project directory:
    cd mstflotfy.com-2024-nextJs
  3. Install dependencies:
    npm install

Usage

Run the development server:

npm run dev

Visit http://localhost:3000 in your browser.