This is the source code for my personal website.
It is built with Nuxt.js and Tailwind CSS. It is hosted on Netlify.
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
Simply push to the main
branch and Netlify will automatically deploy the site.