From dc3daa31b34d0f6a437ed85973fbf12bdde7d157 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 7 Oct 2023 20:25:57 +0200 Subject: [PATCH] chore: update readme --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f849f66..ea0bc55 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,22 @@ This is a minimal Proof of Concept for using [Nitro](https://nitro.unjs.io) and Do the following steps to get you started: +0. clone project and go into the directory +``` +> git clone https://github.com/ayoayco/nitro-web-components.git +> cd nitro-web-components +``` + 1. install deps ``` -npm i +> npm i ``` + 2. run the dev server ``` -npm run dev +> npm run dev ``` + 3. open the browser to `https://localhost:3000` (or what the dev server said) This project was generated from Nitro starter guide. Look at the [Nitro documentation](https://nitro.unjs.io/) to learn more.