Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 903 Bytes

README.md

File metadata and controls

55 lines (35 loc) · 903 Bytes

(NextJS) aXenDev 2.0 - Portfolio

Personal portfolio application.

⚠️ Requirements for VSCode

🧰 Install

Use commands:

pnpm i

🛠 Run

pnpm dev

🔨 Deployment

Command:

pnpm build

Check out our Next.js deployment documentation for more details.

💻 Server

Before run server, you need to build project.

pnpm start

👍 Tests

  • pnpm t Button.test.tsx - run only one test Button.test.tsx
  • pnpm t:coverage - run tests coverage for frontend

👍 Lint

Commands:

pnpm lint
pnpm lint:fix