Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

lunarcast/lunarlog

Repository files navigation

Lunarlog

Lunarlog is a simple visual logic programming language (think prolog) I developed for fun. The code is mostly written in PureScript, altho there is some Typescript used for the preact based ui.

The list with everything I have not made myself (for infoeducatie) can be found here

How to run localy

First, you need to have pnpm, spago and purescript installed on your system.

Install dependencies by running:

pnpm install

Instll & build the purescript code by running

spago build

Bundle everything together using

node ./build.js

ALternatively, you can start the development server using

pnpm dev