/1991-test

Website made with 1991 framework and Forth!

Primary LanguageForthGNU General Public License v3.0GPL-3.0

1991 Test

Website made with 1991 and Forth programming language!

Quick Start

Using GFORTH v0.7.3

Debian

$ sudo apt-get install gforth gforth-common gforth-lib # install gforth

$ gforth-0.7.3 main.fs -e "start" # start gforth

$ xdg-open http://localhost:1991 # open browser

Other Distros and OSes

TBD

Using Docker

TBD

$ docker run -i -t --rm -p 1991:1991 endeyshentlabs/1991-test:0-2-0

$ xdg-open http://localhost:1991