Skip to content

Latest commit

 

History

History
83 lines (56 loc) · 1.42 KB

README.md

File metadata and controls

83 lines (56 loc) · 1.42 KB

Nirnejak

Jitendra Nirnejak's Portfolio

"Jitendra Nirnejak Website Snapshot"


Packages and Services Used

Additional Libraries

Services


Available Scripts

Install Dependencies

bun install

Setup Pre-commit

bun run prepare

Start Development Server

bun run dev

Lint all the files

bun run lint

Format all files with Prettier

bun run format

Check TypeScript issues

bun run type-check

Build for Production

bun run build

Start Production Server

bun start