clean up code

This commit is contained in:
DavidWells 2018-06-20 14:03:41 -07:00
parent c6d3c10c8a
commit 96854572a0
6 changed files with 31 additions and 36 deletions

View file

@ -12,24 +12,24 @@ Try it out on your own account via this link:
1. Clone down the repository
```
git clone
```bash
git clone git@github.com:netlify/netlify-faunadb-example.git
```
2. Install the dependencies
```
```bash
npm install
```
3. Bootstrap your FaunaDB table
```
```bash
npm run bootstrap
```
4. Run project locally
```
```bash
npm start
```