-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
48 additions
and
15 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified
BIN
+62.3 KB
(180%)
docs/modules/ROOT/images/Templates/FoundationArchitecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
# Quickstart | ||
|
||
If you want to try it without installing it locally, you can access https://development.needle-starterkit.graphapp.io[our self-hosted] version. | ||
|
||
Alternatively, if you want to run it locally or within your self-managed environment, please follow the steps below. | ||
|
||
## Prerequisites | ||
Running the starter kit requires you have to have **node.js** and **yarn** installed. | ||
Running the StarterKit requires you to have **node.js** and **yarn** installed. | ||
|
||
If you do not have these installed: | ||
|
||
|
@@ -21,6 +24,7 @@ git clone [email protected]:neo4j-labs/neo4j-needle-starterkit.git | |
Navigate to the folder you just cloned and run the following commands to install and run the development server: | ||
|
||
```shell | ||
cd neo4j-needle-starterkit | ||
yarn install | ||
yarn run dev | ||
``` | ||
|
@@ -36,5 +40,4 @@ If all is successful, you will be shown the following message: | |
``` | ||
|
||
## Next steps | ||
After you have the starter app up-and-running, you can add in your own custom components and logic. | ||
See link:components[Components] for the different components that can be customized. | ||
After you have the StarterKit app up-and-running, you can explore the different templates and components (see the relevant section for further details and documentation) or implement your own custom components, templates and logic. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters