From b5c5cff39dc38a5438856f1b9a8ce05b3783e56e Mon Sep 17 00:00:00 2001 From: Stewart Allen Date: Sat, 14 Aug 2021 22:13:06 -0400 Subject: [PATCH] Update readme.md re-order readme --- readme.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/readme.md b/readme.md index 83dbf0c2..b524918b 100644 --- a/readme.md +++ b/readme.md @@ -34,18 +34,6 @@ Contributions in all forms (code, bug reports, community engagement, localizatio * [Twitter Updates](https://twitter.com/grid_space_3d) * [Facebook Users Group](https://www.facebook.com/groups/kirimoto/) -### Testing Locally (with Docker) - -``` -git clone git@github.com:GridSpace/grid-apps.git -cd grid-apps -docker-compose build -docker-compose up -``` - -You can now access your environment of grid-apps by going to: -[Kiri:Moto](http://127.0.0.1:8080/kiri) - ### Testing Locally (with NodeJS) ``` @@ -79,6 +67,17 @@ your path. You can either add it to your path, or you can run: ``` ~/local/bin/gs-app-server --debug ``` +### Testing Locally (with Docker) + +``` +git clone git@github.com:GridSpace/grid-apps.git +cd grid-apps +docker-compose build +docker-compose up +``` + +You can now access your environment of grid-apps by going to: +[Kiri:Moto](http://127.0.0.1:8080/kiri) ### Windows Developers