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:
- Make sure you have yarn installed.
- 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.