From da2b3537a49997efca81fa33646e26b0cebfe649 Mon Sep 17 00:00:00 2001 From: Elex Date: Tue, 7 Sep 2021 13:54:12 +0900 Subject: [PATCH] v1.0.0 --- README.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1aadfa5..9938e9d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ -## 프로젝트 만들기 +# Persona + +Web Components with CSS + +## What I did + +### 프로젝트 만들기 ```bash yarn init @@ -6,13 +12,13 @@ yarn add webpack webpack-cli --dev yarn webpack-cli init ``` -## Lit +### Lit ```bash yarn add lit ``` -## tsconfig.json +### tsconfig.json ```json "compilerOptions": { @@ -23,10 +29,16 @@ yarn add lit } ``` -## Storybook +### Storybook ```bash yarn add sb --dev yarn sb init yarn storybook ``` + +--- + +developed by Elex + +https://www.elex-project.com/