An open API service indexing awesome lists of open source software.

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

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
```