Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.09 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.09 KB


A cross-platform application for quickly creating and awarding diplomas ✒️

Features

  • ✔️ Cool design
  • ✔️ Great developers 💪
  • Vebjørn 😍
  • ❌ Anything working at all

Getting started

This project is based on the new .NET Standard (v2.0), which is a set of APIs that all .NET platforms have to implement, it is currently supported by the .NET Framework, .NET Core and Xamarin for .NET Core.

Requirements for running the project locally:
  • .NET Core 2.0 SDK
  • Visual Studio 2017 v15.3+
  • VS2017 Tools for Xamarin

Building Diplomatic

For building the project use the CAKE bootstrappers included in the project, these scripts builds every project in the solution and runs the Unit tests.

For cleaning the project:

  $  .\build.ps1 -Target Clean

For building and running Unit Tests:

  $  .\build.ps1 

Links