Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1.53 KB

File metadata and controls

60 lines (42 loc) · 1.53 KB

personal-web

Personal portfolio website.

Tech Stack

Getting Started

Prerequisites

Installation

bun install

Development

bun run dev

Build

bun run build

Preview Production Build

bun run preview

Scripts

Command Description
bun run dev Start the development server
bun run build Type-check and build for production
bun run preview Preview the production build
bun run lint Lint with Oxlint
bun run lint:fix Lint and auto-fix issues
bun run format Format code with Oxfmt

License

MIT