Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rnbguy/tla-playground
Online playground for TLA+
https://github.com/rnbguy/tla-playground
deno fresh tlaplus
Last synced: 3 months ago
JSON representation
Online playground for TLA+
- Host: GitHub
- URL: https://github.com/rnbguy/tla-playground
- Owner: rnbguy
- Created: 2023-03-01T11:08:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T13:07:01.000Z (4 months ago)
- Last Synced: 2024-10-25T14:57:28.550Z (4 months ago)
- Topics: deno, fresh, tlaplus
- Language: TypeScript
- Homepage: https://tla.deno.dev
- Size: 113 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tla-playground
### Usage
Start Apalache server:
```
apalache server
```Serve the playground frontend:
```
APALACHE_ENDPOINT=localhost:8822 deno task start
```