595 B
595 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
- Install the dependencies
npm install
- Bootstrap your FaunaDB table
npm run bootstrap
- Run project locally
npm start