In an attempt to get up to speed with the processes and changes within the NextJS 13.x framework, this is a simple repository / clone of the HackerNews website with all of it's data to showcase dynamic content, fetching of API data, routes, layouts, components, etc.
Please feel free to fork, make changes, point out bugs/idiotic configurations, etc. :)
npm install
npm run dev
npm run build
If you'd like to use Google Tag Manager, you can use the NEXT_PUBLIC_ANALYTICS_ID
environment variable with your GTM-XXXX
tag to have this applied to your build.