My personal website and blog built with Nuxt.js and Tailwind CSS.
🌐 Live Site: philipnarteh.me
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview