# Netlify + FaunaDB Example of using FaunaDB with [netlify functions](https://www.netlify.com/docs/functions/) Try it out on your own account via this link: [![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/netlify/netlify-faunadb-example) ## Install 1. Clone down the repository ``` git clone ``` 2. Install the dependencies ``` npm install ``` 3. Bootstrap your FaunaDB table ``` npm run bootstrap ``` 4. Run project locally ``` npm start ```