This is a basic blogging platform for building a self contained static site using Next.js. For a walkthrough of the source code and further information please see my blog post: How To Build and Deploy Your Personal Blog With React
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.