662 B
662 B
Netlify + FaunaDB
Example of using FaunaDB with netlify functions
Try it out on your own account via this link:
Install
- Clone down the repository
git clone git@github.com:netlify/netlify-faunadb-example.git
- Install the dependencies
npm install
- Bootstrap your FaunaDB table
npm run bootstrap
- Run project locally
npm start