clean up code
This commit is contained in:
parent
c6d3c10c8a
commit
96854572a0
6 changed files with 31 additions and 36 deletions
10
README.md
10
README.md
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue