Skip to content

bweisel/personal-site

Repository files navigation

Overview

Netlify Status

This is the source code for my personal website.

It is built with Nuxt.js and Tailwind CSS. It is hosted on Netlify.

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Deployment

Simply push to the main branch and Netlify will automatically deploy the site.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published