RobertRM / G

Home Page:https://www.getgee.xyz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

G

G is an open source graph database app.

Today's Issues

Join the mailing list getgee@lists.riseup.net if you are a developer and would like to be added to the trello and slack

Pull requests welcome.

Development documentation

Overview and development notes can be found in the file docs folder.

Setting Up

  • Clone this repo
  • Make sure you've installed the latest version of mongodb and node.js
  • Make sure you've installed create-react-app locally if none is available run 'yarn install -g create-react-app'
  • Do yarn install to install dependencies
  • Rebuild client side code to incorporate changes by running yarn run build-dev or yarn run build-prod.

Running The App

Start your app by running yarn start. Access the app on http://localhost:3000

Run tests with:

yarn test

About

https://www.getgee.xyz/

License:MIT License


Languages

Language:JavaScript 96.6%Language:CSS 3.1%Language:HTML 0.3%