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!
- Host: GitHub
- URL: https://github.com/endeyshentlabs/1991-test
- Owner: EndeyshentLabs
- License: gpl-3.0
- Created: 2023-01-19T17:13:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T13:45:42.000Z (over 3 years ago)
- Last Synced: 2025-06-10T10:49:09.038Z (about 1 year ago)
- Topics: 1991, forth, gforth
- Language: Forth
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```