AvengersCodeLovers / engineering-wiki

Notes on setup guides, best practices, guidelines,...
https://avengerscodelovers.github.io/engineering-wiki/
MIT License
1 stars 4 forks source link

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>