From 9ca878cd58d28213a857d5e46876c8863fb9a9be Mon Sep 17 00:00:00 2001 From: "Nehemiah I. Dacres" Date: Tue, 19 Nov 2019 19:28:59 -0600 Subject: [PATCH] add step to documentation --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9313150..584b620 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ # CMR-Client +## Requirements +- the Node Package manager (NPM) +- a git client ( assumes familarity if you're using this website) + ## Getting Started -- run "npm install" to download all dependencies. +- clone the project (git clone < clone url above) +- run "npm install" to download all dependencies. +- run "npm start" to run the project. - If you are new to React, read the "React Docs" documentation ## Clear my record @@ -9,4 +15,4 @@ The planning doc for this project: https://docs.google.com/document/d/1k1rMepmTu Design Influences: - https://opportunity.census.gov/toolkit.html -- https://designsystem.digital.gov/ \ No newline at end of file +- https://designsystem.digital.gov/