Git Product home page Git Product logo

neo4j-apps's Introduction

Neo4j Desktop Applications

Documentation and Starter Site

Why

This repository is to enable developers, data scientists, or any other user to develop, test, and install neo4j desktop custom applications. For more details, check out the full explanation

Contributing

  • This project is work in progress If you would like to contribute, please do get in touch.
  • Read Contributing for guidelines
  • Any ideas? Create an issue

Documentation

Installation

  • Note: if you use npm, you can replace all yarn commands with npm or npm run
git clone https://github.com/wagnerjt/neo4j-apps
cd neo4j-apps
yarn install
yarn start

Visit http://localhost:8000 for the served content, and http://localhost:8000/___graphql for GraphiQL.

The directory structure is broken down in the following way.

contents/docs - All Markdown files
├── get-started
│   ├──  introduction.md
│   └──  why.md
├── react
├── vue
├── angular
src
├── templates - Templates over each markdown
├── anchor.mdx

Edit files in /content/docs and see live updates.

Roadmap

  • Improved typings
  • Improved responsiveness
  • Add Search
  • Add Tests
  • Add Content

Hosting

You can host this website after it is bundled in any static website hosting provider. In order to host the site, the sites path needs to be altered in gatsby-config.js export object on to the property pathPrefix.

Bundling this website is simply

yarn build

and copy the content of the public folder to the webspace.

We use Github Pages to host this application, so you can alter the github page location, and publish it yourself with

yarn deploy

Forked originally from the gatsby-antd-docs starter. If you like this documentation's style, the maintainer is responsive for contributions :).

License

MIT

neo4j-apps's People

Contributors

wagnerjt avatar

Watchers

 avatar  avatar

neo4j-apps's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.