whoami
is my portfolio 💻
My personal website uses the Nuxt 3 framework to leverage the best Vue directives, and the top-notch technology the framework has. The stack also includes Tailwind's utility classes, GSAP for animated transitions, i18n for internationalization and more. It's still a work in progress!
Make sure to install the dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
Start the development server on http://localhost:3000
:
# npm
npm run dev
# pnpm
pnpm run dev
# yarn
yarn dev
# bun
bun run dev