From a47e3536a395c08ed34dacd3e6e7e2a6386cd6ff Mon Sep 17 00:00:00 2001 From: jwu-fisker Date: Thu, 7 Jan 2021 18:08:43 -0800 Subject: [PATCH] Update setup instructions --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 47a5251..f573a30 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,11 @@ Front-end web application utilizing Fisker authentication service for file uploa # Setup -1. Setup environment variables listed in .env.template -1. Or copy .env.template to .env -2. Edit .env with the service urls for authentication and api services +1. Install Node 12 +2. Run `npm install` +3. Setup environment variables listed in .env.template +4. Or copy .env.template to .env +5. Edit .env with the service urls for authentication and api services ## Available Scripts