Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 411 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 411 Bytes

nabetama.com

The source code for nabetama.com.

Getting Started

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.