Skip to content

davidballester/grapher

Repository files navigation

Conventional Commits CircleCI semantic-release Netlify Status Dependencies

Grapher is a graph editor. It's that simple!

grapher

Visit it now at:

https://grapher.tech/

Setup

Setting up grapher locally is really simple.

Install dependencies:

npm install

And run it

npm start

Deployment

There's an npm script to deploy to Netlify:

npm run deploy

It requires an env variable, NETLIFY_SITE_ID set to the ID of the Netlify site to deploy to.

Storage

Graphs are stored in your browser's local storage. Because of that, it can be considered volatile, so be careful!

You can download a JSON version of your graph that you can then use to import the graph again into grapher. Use that feature as backup method.

Firebase

You can log in with your Google account and store your graphs in the cloud to have them available everywhere!


This project was bootstrapped with Create React App.

UI components by Material-UI.

Grammar by Ohm.

Forms by Formik.

Canvas by react-force-graph.

About

A tool to create and edit graphs

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages