An open API service indexing awesome lists of open source software.

https://github.com/endeyshentlabs/1991-test

Website made with 1991 framework and Forth!
https://github.com/endeyshentlabs/1991-test

1991 forth gforth

Last synced: 5 months ago
JSON representation

Website made with 1991 framework and Forth!

Awesome Lists containing this project

README

          

# 1991 Test

Website made with [1991](https://github.com/urlysses/1991) and Forth programming language!

## Quick Start

### Using GFORTH v0.7.3

#### Debian

```console
$ 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

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

$ xdg-open http://localhost:1991
```