To clone and run the application, you will need to have Git, Node.js + Yarn installed on your machine. With all programs installed, run the following command lines:
# Clone this repository
$ git clone https://github.com/nickcarva/nextjs-serverless
# Access the repository
$ cd nextjs-serverless
# Install the dependencies
$ yarn install
# Run application
$ yarn dev