blog system by Syu-fu
To launch the server, run the following command:
npm run dev
Afterwards, access the application at localhost:3000.
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!