lkd-web-kit 0.0.0 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,32 +1,27 @@
1
- # Vite React Component Library Starter
2
-
3
- This is a starter template for creating React component libraries using Vite. It includes a robust set of features to help you develop, test, and build your library efficiently.
1
+ # LKD WebKit
4
2
 
5
3
  ## Features
6
4
 
7
5
  - React: A JavaScript library for web and native user interfaces.
8
6
  - TypeScript: A strongly typed superset of JavaScript.
9
- - Tailwind: A utility-first CSS framework.
10
- - Storybook: A frontend workshop for building UI components and pages in isolation.
7
+ <!-- - Storybook: A frontend workshop for building UI components and pages in isolation. -->
11
8
  - Vite: A next generation frontend tooling that runs and builds your library incredibly fast.
12
9
  - Vitest: A next generation testing framework.
13
10
  - ESLint: A tool that finds and fixes problems in your code.
14
11
  - Prettier: A code formatter.
15
- - Husky: A pre-commit hook.
16
- - Github Action: A tool that deploys your Storybook to GitHub page automatically.
17
12
 
18
13
  ## Get Started
19
14
 
20
15
  1. Clone this repository
21
- 2. Install dependencies using `pnpm i` (or `npm i` if you like)
16
+ 2. Install dependencies using `npm i`
22
17
 
23
18
  ## Scripts
24
19
 
25
- - `dev`: Starts the local Storybook server, use this to develop and preview your components.
20
+ <!-- - `dev`: Starts the local Storybook server, use this to develop and preview your components. -->
21
+
26
22
  - `test`: Runs all your tests with vitest.
27
23
  - `test:watch`: Runs tests in watch mode.
28
- - `build`: Builds your Storybook as a static web application.
29
- - `build:lib`: Builds your component library with Vite.
24
+ - `build`: Builds your component library with Vite.
30
25
  - `lint`: Runs ESLint.
31
26
  - `format`: Formats your code with Prettier.
32
27