Skip to content

Latest commit

Β 

History

History
55 lines (33 loc) Β· 1.38 KB

README.md

File metadata and controls

55 lines (33 loc) Β· 1.38 KB

Personal Website

Development Status

Welcome to the repository for developing my personal website using Nuxt 3 and Tailwind CSS. This project serves as the foundation for building and maintaining my personal website, showcasing my portfolio, blog, and other content.

Features

  • Nuxt 3: Leverages the power of Nuxt 3 for server-rendered Vue.js applications with improved performance and developer experience.
  • Tailwind CSS: Utilizes the utility-first CSS framework, Tailwind CSS, for a clean and responsive design.

Getting Started

Prerequisites

Make sure you have Node.js and Nuxt 3 installed.

Installation

Clone the repository

git clone https://github.com/hoang227/hoang-website.git

Install the dependencies

npm install

Start the development server on http://localhost:3000

npm run dev

Build the application for production

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.

Acknowledgments

  • Thanks to the Vue3, Nuxt 3 and Tailwind CSS communities for providing excellent tools and frameworks.