Skip to content

Commit

Permalink
Merge pull request #193 from AntlerVC/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
shamsmosowi authored Sep 9, 2020
2 parents 1302957 + e95fa80 commit c6214e0
Show file tree
Hide file tree
Showing 21 changed files with 442,262 additions and 55 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/
.yarn
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ standard fields. Functions such as row resizing, csv data import/export and much

## Setup instructions

### Installation requirements

Make sure you have the following installed:

- [Git](https://git-scm.com/downloads)
- [Node](https://nodejs.org/en/download/) 10, 11, or 12
- [Yarn](https://classic.yarnpkg.com/en/docs/install/)

### 1. Create and set up a Firebase project

- Create a new project using the
Expand Down Expand Up @@ -56,12 +64,6 @@ locally.
Before using it, make sure you have the Firebase CLI installed.
[Instructions](https://firebase.google.com/docs/cli)

```
npm install -g firetable
```

or

```
yarn global add firetable
```
Expand Down
Loading

0 comments on commit c6214e0

Please sign in to comment.