Description

This is a next.js app that fetches data from GraphCMS via ApolloClient. The app calls an AWS lambda function and utilizizes AWS SES to send emails on the contact page.

Build

To build the project code

npm run build

Running locally

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Unit Tests

To run unit tests:

npm test

Deploy on Vercel

The site is deploy in the Vercel Platform.