https://github.com/georgejkaye/belnap-tools
Tools for experimenting with Belnap logic
https://github.com/georgejkaye/belnap-tools
Last synced: 2 months ago
JSON representation
Tools for experimenting with Belnap logic
- Host: GitHub
- URL: https://github.com/georgejkaye/belnap-tools
- Owner: georgejkaye
- Created: 2024-06-09T15:59:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-09T15:43:12.000Z (11 months ago)
- Last Synced: 2025-04-12T06:43:23.411Z (2 months ago)
- Language: JavaScript
- Size: 522 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# belnap-tools
This is a web app for experimenting with Belnap logic.
## Development
Run the Rescript watcher to generate JavaScript output from the Rescript files:
```sh
yarn res:dev
```In another terminal, run the Next.JS watcher to serve the generated JavaScript to `localhost:3000`:
```sh
yarn dev
```