G is an open source graph database app.
Join the mailing list [email protected] if you are a developer and would like to be added to the trello and slack
Overview and development notes can be found in the file docs
folder.
- 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
oryarn run build-prod
.
Start your app by running yarn start
.
Access the app on http://localhost:3000
Run tests with:
yarn test