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 install
npm run dev
npm run test
npm run e2e
npm run e2e:ui
npm run storybook
npm run build
Lint with ESLint
npm run lint