https://github.com/temperlang/temper-demos
https://github.com/temperlang/temper-demos
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/temperlang/temper-demos
- Owner: temperlang
- Created: 2023-11-07T21:29:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-12T11:12:30.000Z (over 2 years ago)
- Last Synced: 2025-02-23T19:15:05.753Z (over 1 year ago)
- Language: JavaScript
- Size: 229 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Temper Demos
A repo for demos that present nicely.
So far, we just have a client/server data validation demo, but the intent is to
add other demos as well.
We've also made demo videos using the code here. Maybe we should link to those.
## Shell prompts
When recording demos, a nice shell prompt can help. Set this one in the root of
the demo, then cd to a different dir for relative path on the prompt:
```bash
unset PROMPT_COMMAND; PS1='\[\033[01;34m\]$(pwd | sed "s@'"$(pwd)"'/\?@@")\$\[\033[00m\] '
```