From 4c841b67a273c93334dfba52166a0cbdb1a08f16 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 1 Oct 2022 16:42:24 +0200 Subject: [PATCH] docs: add instructions for running demo locally --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee434dc..f9be28a 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,11 @@ Build blazing-fast user interfaces with native [Astro](https://astro.build) comp | astro-reactive-validator | 🛠 in-progress | 🛠 in-progress | # Running the demo app -To run the demo app locally: +To run the project's demo app locally: 1. Clone/Fork the project 1. Install deps: `npm i` 1. Run the demo app: `npm run demo` +1. Open on browser: `http://localhost:3000` *[Please report issues and suggestions](https://github.com/ayoayco/astro-reactive-library/issues)*