mabouchalkha / ASPSaaSKit

ASP .NEt starter SaaSKit
1 stars 0 forks source link

# Create README.md file for LegalIt

A README.md file is intended to quickly orient readers to what your project can do. Learn more about Markdown.

Get started with this page

  1. Edit the contents of this page
  2. Commit changes

Use Visual Studio

  1. Connect with Team Explorer
  2. Clone repository
  3. Add a README.md file
  4. Commit and push changes

Use command line

Use the following commands inside the folder of your repository:

  1. git add README.md
  2. git commit -m "Adding project documentation"
  3. git push origin master