Nextjs tutorial

Description

This repository contains the code for:

Quickstart

Make sure you have at least node v16.19.0 and npm v8.19.3 before executing the commands below.

# install deps
npm install

# run development server
npm run dev