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
- Host: GitHub
- URL: https://github.com/curiousci/logic-flows
- Owner: CuriousCI
- Created: 2025-08-02T16:41:10.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-03T18:50:54.000Z (11 months ago)
- Last Synced: 2025-08-03T20:43:18.107Z (11 months ago)
- Topics: design, first-order-logic, uml
- Language: Svelte
- Homepage:
- Size: 885 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.