#ReadMe

To initialize a new boiler plate run:

  • init.sh
  • installnugets.bat

This will create and init a new clean git repo.

  • Make sure you have the following checked out and updated to get the latest packages:

git clone git@github.com:KlickInc/klick-mvc-smartsite-cms.git git clone git@github.com:KlickInc/klick-mvc-smartsite.git

  1. Open the solution in Visual Studio
  2. Go to Project -> Manage Nuget Packages
  3. Update Klick.Cms project from the Updates -> Local SmartSite CMS menu
  4. Update Klick.Mvc project from the Updates -> Local SmartSite menu
  5. Build the site using visual studio or using the build.bat script

Done!