https://github.com/hyperfiddle/hfql
https://github.com/hyperfiddle/hfql
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hyperfiddle/hfql
- Owner: hyperfiddle
- Created: 2023-04-07T12:22:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-05T09:00:33.000Z (over 1 year ago)
- Last Synced: 2025-01-01T15:25:06.546Z (6 months ago)
- Language: Clojure
- Size: 154 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
[](https://github.com/hyperfiddle/hfql/actions/workflows/tests.yml)
# Run JVM tests
```shell
clj -X:test-jvm
```# Run browser tests (WIP)
```shell
npm install
``````shell
clj -M:test-cljs complie :browser-test --force-spawn
./node_modules/.bin/karma start --single run
```# How to run
* `clojure -M:build compile demo` or `clojure -M:build watch demo`
* `clj -A:demo:dev -X user/-main`