Skip to content

fuzzypawzz/JMDK

Repository files navigation

Netlify Status

JMDK - jannikmaag.dk

Jannik Maag's professional website.

Directory

The source code is found in the src directory.

Styling

The styles are located inside the assets folder.

The project is following the BEM - Block Element Modifier methodology.

Testing

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.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Run tests

npm run test

Run E2E tests

npm run e2e
npm run e2e:ui

Run Storybook with Hot-Reload

npm run storybook

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint