Skip to content

Latest commit

 

History

History
executable file
·
39 lines (29 loc) · 663 Bytes

File metadata and controls

executable file
·
39 lines (29 loc) · 663 Bytes

My Personal Website PWA using Next + Typescript

Getting Started

First Install Dependencies:

pnpm init

Commands For Development:

pnpm run dev

Command for Build:

pnpm run build

Command for Test + Coverage

pnpm run test

More information:

Collaborative Layer

  • Eslint
  • Prettier
  • Husky (pre-commit + pre-push)

Test

  • Jest Unit Configuration
  • Jest Component (integration) Configuration
  • E2E Cypress (Comming soon)

Deploy on Vercel

Deploy on Vercel Platform