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

Proof assistant
MIT License
0 stars 1 forks source link

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