Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 742 Bytes

File metadata and controls

26 lines (17 loc) · 742 Bytes

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