Skip to content

Syu-fu/next-blog

Repository files navigation

next-blog

blog system by Syu-fu

Setup

To launch the server, run the following command:

npm run dev

Afterwards, access the application at localhost:3000.

Creating a New Article

Run the following command:

npm run new-article

Answer the interactive questions.

Once completed, navigate to the contents/posts directory where a new Markdown file has been generated. Add your content to this file.

Feel free to explore and enhance your blogging experience with Next-Blog!

Releases

No releases published

Packages

No packages published