Skip to content

nirnejak/nirnejak-website

Repository files navigation

Nirnejak

Jitendra Nirnejak's Portfolio

"Jitendra Nirnejak Website Snapshot"


Packages and Services Used

Additional Libraries

Services


Available Scripts

Install Dependencies

npm install

Install Git Hooks(Required for Development)

npm run prepare

Start Development Server

npm run dev

Lint all the files

npm run lint

Format all files with Prettier

npm run format

Check TypeScript issues

npm run type-check

Build for Production

npm run build

Start Production Server

npm start