Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soapdog/nanodeck
A silly language that builds slideshows
https://github.com/soapdog/nanodeck
dsl racket toy
Last synced: about 2 months ago
JSON representation
A silly language that builds slideshows
- Host: GitHub
- URL: https://github.com/soapdog/nanodeck
- Owner: soapdog
- License: mit
- Created: 2018-09-11T23:11:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-01T03:06:04.000Z (about 5 years ago)
- Last Synced: 2024-04-15T03:28:45.097Z (10 months ago)
- Topics: dsl, racket, toy
- Language: Racket
- Size: 8.88 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
nanodeck language
========A silly slide/presentation programming language that outputs web app slideshows.
## Setup
`
$ raco pkg install
`From inside the project folder
## Running
Create a nanodeck file such as the one in the `sample/sample.nanodeck`.
`
$ racket myfile.nanodeck
`Will create a `build` folder with the final webapp inside it.
## License
MIT