Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 819 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 819 Bytes

Engineering Wiki

Notes on setup guides, best practices, guidelines,...

Setup

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/

Learn

Want to learn more? Check out:

Blog Contribute

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>