My personal website and portfolio
This assumes you already have Node.js and pnpm installed.
# Install dependencies
$ pnpm i
# Serve with hot reload at localhost:3000
$ pnpm dev
# Build for production
$ pnpm build
# Preview production build
$ pnpm preview
# Run ESLint with my own config
$ pnpm lint
# Run ESLint with my own config and fix things
$ pnpm lint:fix
Code is licensed under MIT. Content is licensed under CC BY-NC-SA 4.0.