Skip to content

Welcome

This is the wiki of Modern Application Development Course.

Note

This is a wiki. It's a live document and subject to continuous updates.

How to contribute

  • We use mkdocs.org and Material for MkDocs . You can check the respective site for more information
  • We use merge requests to accept the changes or contributions. Check the steps below or follow the steps in the video

Steps

  • Create an account on Gitlab
  • Go to the repo page and fork
  • Clone the repo to your local computer
  • cd to the folder
  • Install everything inside requirements.txt
  • It will also install mkdocs
  • Run mkdocs serve to start the live-reloading docs server
  • Open http://localhost:8000 to see the wiki locally
  • Go to docs/ folder and edit the markdown content file or add more content
  • Check on the localhost url
  • If it looks okay, then use git add and git commit to commit
  • Push it to your repo using git push
  • Then on gitlab your repo page, create a merge request
  • Add details, submit the merge request
Authors(Git):Thejesh GN(100.0%)