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.
- 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.
Make sure you have Node.js and Nuxt 3 installed.
git clone https://github.com/hoang227/hoang-website.git
npm install
npm run dev
npm run build
npm run preview
Check out the deployment documentation for more information.
- Thanks to the Vue3, Nuxt 3 and Tailwind CSS communities for providing excellent tools and frameworks.