Persona Layer is a module designed to simplify the process of installing Persona Design System for your application without headache.
To install Persona Layer, run the following command:
yarn add -D persona-layerAfter installation, add the module to your nuxt.config.ts:
export default defineNuxtConfig({
modules: ["persona-layer"],
});We welcome contributions to Persona Layer. If you’d like to contribute, please follow these steps:
-
Enable Corepack: Ensure Corepack is enabled by running:
corepack enable -
Install Dependencies: Install all necessary dependencies by running:
yarn install
-
Generate Type Stubs: Run the following command to generate type stubs:
yarn dev:prepare
-
Start Development Mode: Use the following command to start the playground in development mode:
yarn dev
This will set up your environment to develop and test Persona Layer.
This project is licensed under the MIT License. See the LICENSE file for more details.