chore: update readme
This commit is contained in:
parent
dc3daa31b3
commit
7cf4b3a042
1 changed files with 10 additions and 8 deletions
18
README.md
18
README.md
|
@ -6,23 +6,25 @@ This is a minimal Proof of Concept for using [Nitro](https://nitro.unjs.io) and
|
||||||
|
|
||||||
Do the following steps to get you started:
|
Do the following steps to get you started:
|
||||||
|
|
||||||
0. clone project and go into the directory
|
1. clone project and go into the directory
|
||||||
```
|
```
|
||||||
> git clone https://github.com/ayoayco/nitro-web-components.git
|
git clone https://github.com/ayoayco/nitro-web-components.git
|
||||||
> cd nitro-web-components
|
```
|
||||||
|
```
|
||||||
|
cd nitro-web-components
|
||||||
```
|
```
|
||||||
|
|
||||||
1. install deps
|
2. install deps
|
||||||
```
|
```
|
||||||
> npm i
|
npm i
|
||||||
```
|
```
|
||||||
|
|
||||||
2. run the dev server
|
3. run the dev server
|
||||||
```
|
```
|
||||||
> npm run dev
|
npm run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
3. open the browser to `https://localhost:3000` (or what the dev server said)
|
4. 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.
|
This project was generated from Nitro starter guide. Look at the [Nitro documentation](https://nitro.unjs.io/) to learn more.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue