From 5581b24c6e64b7880d854277eb1ce1b833d15f36 Mon Sep 17 00:00:00 2001 From: Ladd Hoffman Date: Thu, 18 Apr 2024 14:23:58 -0500 Subject: [PATCH] additional readme instructions --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 958af31..2316fa4 100644 --- a/README.md +++ b/README.md @@ -144,15 +144,19 @@ or 1. In a new terminal window, navigate to `dgf-prototype/client` -2. Install the project +1. Install the project npm install -3. Run the development server +1. Install `vite` + + npm i -g vite + +1. Run the development server vite dev -4. Now you should be able to open the site at https://dgfprototype.dev +1. Now you should be able to open the site at https://dgfprototype.dev ## To run automatic staking