diff --git a/README.md b/README.md index 1f008c30..d7cf23b2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ [ ![Codeship Status for databraid-dashboard/sheet-spa](https://app.codeship.com/projects/7bcb20f0-83d6-0135-9473-62a24314a0c3/status?branch=master)](https://app.codeship.com/projects/247369) # Sheet SPA + +## Description + +## Usage +- Ensure you have Docker installed. If not, you can download Docker [here](https://www.docker.com/community-edition). +- Fork and clone this repository. +- Run `npm install`. +- Run `npm start`. diff --git a/src/actions/spreadsheet.js b/src/actions/spreadsheet.js new file mode 100644 index 00000000..e69de29b diff --git a/src/reducers/spreadsheet.js b/src/reducers/spreadsheet.js new file mode 100644 index 00000000..e69de29b