The current & third iteration of my portfolio rebuilt from scratch using Nuxt 3 and TailwindCSS. β¨
- Nuxt 3 - The Intuitive Vue Framework
- TailwindCSS - A utility-first CSS framework
Check out the live version of the portfolio here!
- Clone the repository
- Install dependencies:
npm install
oryarn install
- Run the development server:
npm run dev
oryarn dev
- Open http://localhost:3000 in your browser
To build the project for production: