Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 1.86 KB

README.md

File metadata and controls

63 lines (43 loc) · 1.86 KB

Personal Knowledge Management System—My Notes

The Ultimate Playbook for developers with coding snippets, references, procedures and How-To guides crafted with real time experience.

Website

Getting Started

Please find the below steps to set up and run application in your workstation.

Prerequisites

Application uses MkDocs, please refer MkDocs Installation for base setup.

Installation

  1. Download Repository
    git clone https://github.com/nramc/my-notes.git 
  2. Install required dependencies
       python3 -m venv dev 
       source dev/bin/activate
       pip install -r requirements.txt
  3. Run Application
      python -m mkdocs serve
  4. Open up http://127.0.0.1:8000/ in your browser, and you'll see the home page being displayed

Contribution

Any contributions you make are greatly appreciated.

If you like the project and have a suggestion that would make this better, please fork the repo and create a pull request. You can also open an issue with the tag "enhancement."

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'feat: Add the AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Ramachandran Nellaiyappan

Credits

Sincere Thanks to following open source community for their wonderful efforts to make our life much easier.

Show your support

Give a ⭐️ if you like this project!