Open
Conversation
e599323 to
5f1385d
Compare
5f1385d to
f5ddc83
Compare
fdsimms
approved these changes
May 19, 2020
Contributor
fdsimms
left a comment
There was a problem hiding this comment.
looks good, maybe want to copy over env var setup instructions from setup.js into the example readme though
examples/roni-rony-rone/readme.md
Outdated
| 3. Copy our airtable [here](https://airtable.com/shrPGjHpuY6ymFrEI/tblD67h7H7u2zbthH/viw54wUiBaVqVbG1V) | ||
| 4. On the [Airtable account page](https://airtable.com/account), generate and then copy your API key. You'll need this in order to pull the data from the table you copied over. | ||
| 5. Now that you have your own airtable base, get the following values from Airtable: `BASE_ID`, `TABLE_ID`, and `VIEW_ID`. Copy them over into the appropriate places in the `.env.example` file. | ||
| 6. rename the env file `$ mv .env.example .env`. |
Contributor
There was a problem hiding this comment.
maybe "rename the env file by typing mv .env.example .env into your command line terminal" or something
22faa38 to
a841926
Compare
a841926 to
8dedfa6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
adds the pizza site to the examples subdirectory. I'm a little stumped how best to help a user navigate the airtable steps. Not sure how much to assume how they could get the
BASE_ID,VIEW_ID, etc.