Update readme.md

re-order readme
This commit is contained in:
Stewart Allen 2021-08-14 22:13:06 -04:00 committed by GitHub
commit b5c5cff39d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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