Notes on setup guides, best practices, guidelines,...
Start writing document by create markdown .md
file in folder docs.
To preview website, install Node 18 and dependencies:
npm install
Start development server:
npm run start
Website is at: http://localhost:3000/
Want to learn more? Check out:
To start writing your blog, you can run the following script:
./cli.js blog create <title>
If you want to write a blog post in the form of a directory, please add the --type=d option.
To add new author information, please run the script:
./cli.js author create <github-username>