🚀 Personal developer portfolio showcasing my projects, skills, and experiments in web development, system design, and modern JavaScript frameworks.
Starting a local development server:
npm startBuilding the project:
npm buildExecute unit tests with the Vitest test runner:
npm testFor e2e testing:
ng e2e