The source code for nabetama.com.
git clone git@github.com:nabetama/nabetama.com.git
npm install
npm run dev
dev server will starts on localhost:3000.
Next, You will be able to write some articles. Writing articles is easy. Execute the following command.
npm run write
The above command will create yyyy-MM-dd.mdx
in the content/posts
directory.