Skip to content

Commit cb4e55d

Browse files
committed
Adding links to documentation
1 parent fadee3e commit cb4e55d

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.project

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</natures>
2323
<filteredResources>
2424
<filter>
25-
<id>1637374727157</id>
25+
<id>0</id>
2626
<name></name>
2727
<type>30</type>
2828
<matcher>

HELP.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
# Getting Started
22

3-
To create the docker based DB:
4-
5-
docker run -p 127.0.0.1:3306:3306 --name shopify-test -e MARIADB_ROOT_PASSWORD=shopifytestroot -e MARIADB_DATABASE=shopifytest -e MARIADB_USER=shopifytest -e MARIADB_PASSWORD=shopifytest -d mariadb:latest
6-
7-
To run the app:
8-
9-
gradle bootRun
10-
3+
Read the Quick Start documentation here: [https://github.com/devondragon/SpringShopifyAppFramework/wiki/Quick-Start-Guide](https://github.com/devondragon/SpringShopifyAppFramework/wiki/Quick-Start-Guide)

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ The planned scope for this project includes:
1111
4. An App Bridge based front end - Done
1212

1313

14+
## Documentation
15+
This is a work in progress.
16+
17+
Main Documenatation Home is here: [https://github.com/devondragon/SpringShopifyAppFramework/wiki](https://github.com/devondragon/SpringShopifyAppFramework/wiki)
18+
19+
The Quick Start Guide is here: [https://github.com/devondragon/SpringShopifyAppFramework/wiki/Quick-Start-Guide](https://github.com/devondragon/SpringShopifyAppFramework/wiki/Quick-Start-Guide)
1420

1521
## Security
1622

0 commit comments

Comments
 (0)