From 92e0ee9bd423254af59d1ddeaee265ad1285f861 Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Tue, 28 Apr 2020 12:07:17 -0700 Subject: [PATCH] Slightly more helpful readme docs --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index bc8e076..b2d2b85 100644 --- a/README.rst +++ b/README.rst @@ -5,8 +5,10 @@ Grant Request Internal Dashboard Set up ------ -1. Copy the `.env.example` file and fill in the variables. -2. make build +1. Copy the ``.env.example`` file to ``.env`` and fill in the variables. The table you likely want to point it at is named "COVID Funding Request Form". Your Airtable API key is available at https://airtable.com/account +2. ``npm install``. +3. ``npx gatsby develop`` +4. Visit http://localhost:8000 License -------