https://github.com/bobbicodes/force-graph
https://github.com/bobbicodes/force-graph
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bobbicodes/force-graph
- Owner: bobbicodes
- Created: 2021-11-04T19:00:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-06T04:06:07.000Z (about 3 years ago)
- Last Synced: 2025-01-31T06:44:29.342Z (over 1 year ago)
- Language: Clojure
- Size: 2.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# force-graph
Inspired by [Jack Rusher's project](https://github.com/jackrusher/jssvggraph), which was inspired in turn by spring physics.
## Development
Do the thing:
```bash
$ npm install
added 97 packages from 106 contributors in 5.984s
```
Start the development process by running:
```bash
$ npx shadow-cljs watch app
...
[:app] Build completed. (134 files, 35 compiled, 0 warnings, 5.80s)
```
Or simply `jack-in` from your editor. Your app will be served at: at [http://localhost:8080](http://localhost:8080).
## Production build
```bash
npx shadow-cljs release app
```