Jannik Maag's professional website.
The source code is found in the src directory.
The styles are located inside the assets folder.
The project is following the BEM - Block Element Modifier methodology.
You will find the end to end tests in the src/JMDK.E2E directory.
Vitest test suites are named some-unit.test.ts.
E2E test suites are named some-page.spec.ts.
npm installnpm run devnpm run testnpm run e2e
npm run e2e:uinpm run storybooknpm run buildLint with ESLint
npm run lint