Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vinicius73/jsonlogic-playground
A simple JsonLogic tester
https://github.com/vinicius73/jsonlogic-playground
bulma-css codemirror json-logic playground pwa vuejs
Last synced: 4 months ago
JSON representation
A simple JsonLogic tester
- Host: GitHub
- URL: https://github.com/vinicius73/jsonlogic-playground
- Owner: vinicius73
- License: apache-2.0
- Created: 2020-01-12T14:31:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T20:13:43.000Z (about 2 years ago)
- Last Synced: 2024-10-01T01:42:05.870Z (4 months ago)
- Topics: bulma-css, codemirror, json-logic, playground, pwa, vuejs
- Language: Vue
- Homepage: https://jsonlogic-playground.vinicius73.dev/
- Size: 4.63 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JsonLogic Playground
> A simple [JsonLogic](http://jsonlogic.com/) tester.> https://jsonlogic-playground.vinicius73.dev/
## Running
```
yarn install
yarn dev
```### Build
```
yarn build
```