Skip to content

FMFI-UK-1-AIN-412/proof-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proof assistant

The proof assistant is available at https://fmfi-uk-1-ain-412.github.io/proof-assistant/. For information how the proof assistant works see the user guide.

Development

Prerequisites

You must have Elm and elm-live installed.

Installation

Install the required packages for the proof assistant.

elm-package install

(Answer y when prompted.)

Building

To compile the source code and run a live server run the following command:

elm-live src/Main.elm --open --pushstate --output=elm.js

Releases

No releases published

Packages

No packages published