A boilerplate for Sapper and FaunaDB hosted by Vercel
Create .env file and add your Fauna DB server key as following : FAUNA_SERVER_KEY=replace-with-your-server-key
FAUNA_SERVER_KEY=replace-with-your-server-key
Install deps
npm install npm run dev