This is a Next.js project bootstrapped with create-next-app
.
For development create a .env.local
in your root directory. Add the following environment variables.
NEXT_PUBLIC_FAUNA_SECRET=<your-fauna-secrect>
ALGOLIA_APP_ID=<Algolia-secrect>
ALGOLIA_ADMIN_KEY=<Algolia-admin-key>
First, run the development server:
npm run dev