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

https://github.com/curiousci/logic-flows

FOL-based design
https://github.com/curiousci/logic-flows

design first-order-logic uml

Last synced: 10 months ago
JSON representation

FOL-based design

Awesome Lists containing this project

README

          

# Logic Flows

Use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)

## Developing

Once you've installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:

```sh
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open
```

## Building

To create a production version of your app:

```sh
npm run build
```

You can preview the production build with `npm run preview`.

> To deploy your app, you may need to install an [adapter](https://svelte.dev/docs/kit/adapters) for your target environment.