update readme

This commit is contained in:
DavidWells 2018-06-28 17:55:20 -07:00
parent 0a90e120ca
commit 0d1d66c780

View file

@ -17,34 +17,34 @@ This application is using [React](https://reactjs.org/) for the frontend, [Netli
1. Clone down the repository
```bash
git clone git@github.com:netlify/netlify-faunadb-example.git
```
```bash
git clone git@github.com:netlify/netlify-faunadb-example.git
```
2. Install the dependencies
```bash
npm install
```
```bash
npm install
```
3. Bootstrap your FaunaDB table
```bash
npm run bootstrap
```
```bash
npm run bootstrap
```
4. Set your Fauna API key value in your terminal enviroment
You can create faunaDB keys here: https://dashboard.fauna.com/db/keys
You can create faunaDB keys here: https://dashboard.fauna.com/db/keys
In your terminal run the following command:
In your terminal run the following command:
```bash
export FAUNADB_SECRET=YourFaunaDBKeyHere
```
```bash
export FAUNADB_SECRET=YourFaunaDBKeyHere
```
5. Run project locally
```bash
npm start
```
```bash
npm start
```