This is a Next.js project bootstrapped with create-next-app
.
A dev container configuration is available, and is setup with the correct version of node and yarn.
After starting the container, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
By running yarn build
you can create a production build of this blog. Static generation is used and output is in the out
directory. You can then deploy this directory to any static hosting provider.