https://github.com/phenax/edible-desmos
My personal desmos graph manager and a collection of my graphs.
https://github.com/phenax/edible-desmos
deno desmos graph javascript
Last synced: 3 months ago
JSON representation
My personal desmos graph manager and a collection of my graphs.
- Host: GitHub
- URL: https://github.com/phenax/edible-desmos
- Owner: phenax
- License: mit
- Created: 2024-05-26T18:47:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-22T07:51:55.000Z (6 months ago)
- Last Synced: 2025-03-01T21:30:01.360Z (4 months ago)
- Topics: deno, desmos, graph, javascript
- Language: JavaScript
- Homepage: https://desmos.ediblemonad.dev/
- Size: 781 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# edible-desmos
My personal desmos graph manager and collection of my graphs.([desmos.ediblemonad.dev](https://desmos.ediblemonad.dev))
### Instructions
To manage your own graphs with this,
- Fork this repository
- Remove my stuff
- Run `deno task dev` to run the manage server
- Visit `localhost:3141`
- Use the input to create a new graph (or just visit `localhost:3141/#/graphs/`)
- Hitting `` will save the graph state to the repository and record it in `graphs/index.json`
- To edit the description of a graph, edit `graphs/index.json`This is a simple tool with no build system. All the js is served as is. So it can be hosted statically as is and also hosted dynamically as the manage server using deno.