Skip to content

cevhyruz/portfolio

Repository files navigation

Portfolio

Tests Production

License: MIT

🚀 Personal developer portfolio showcasing my projects, skills, and experiments in web development, system design, and modern JavaScript frameworks.

Development

Starting a local development server:

npm start

Building

Building the project:

npm build

Testing

Execute unit tests with the Vitest test runner:

npm test

For e2e testing:

ng e2e