From ec736349d4f5c717a71c94eb76e2f171f37a02c6 Mon Sep 17 00:00:00 2001 From: Sanghyeon Sim <96258104+halfmoon-mind@users.noreply.github.com> Date: Mon, 3 Jul 2023 01:40:38 +0900 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index afa3774..bef0770 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,13 @@ $ up-d4te --help $ up-d4te --name=Jane Hello, Jane ``` + +## For Developer +run +```bash +$ npm run dev +``` +and run in another terminal +```bash +$ npm start +```