More Premium Hugo Themes Premium Tailwind Themes

Aksel

Navs designsystem og Aksel-portalen

Aksel

Navs designsystem og Aksel-portalen

Author Avatar Theme by navikt
Github Stars Github Stars: 164
Last Commit Last Commit: May 21, 2025 -
First Commit Created: May 5, 2023 -
default image

Overview

This content appears to be a list of commands and scripts for installing dependencies and building the workspace for a theme or project. It also includes information about contributing to the project and relevant licenses.

Features

  • yarn boot: Builds all packages.
  • yarn storybook: Starts Storybook.
  • yarn dev: Starts the Aksel website.
  • yarn example:shadow-dom: Starts the demo app with shadow DOM.
  • yarn lint: Lints React and CSS workspaces.
  • yarn test: Runs tests.
  • yarn clean: Removes generated files.
  • yarn changeset: Creates a new version entry (how-to).

Installation

Here is a guide to installing the theme:

  1. Make sure you have yarn installed.
  2. Run the following commands in your terminal:
yarn boot
yarn storybook
yarn dev
yarn example:shadow-dom
yarn lint
yarn test
yarn clean
yarn changeset

Summary

This content provides a list of commands and scripts for working with the theme, including building, starting the Aksel website, running tests, and more. It also includes information on contributing to the project and relevant licenses.