You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ You are currently browsing repository for Mergin Maps web server and web client.
47
47
- 🌱 **Sharing with collaborators** - Projects can be shared with other team members
48
48
- 🏰 **Permission system** - Decide who can read, write or manage projects
49
49
- 🌈 **Web interface** - Simple user interface to view and manage projects
50
-
- ⚡️ **Fast** - Efficient sync protocol transfering data between clients and server
50
+
- ⚡️ **Fast** - Efficient sync protocol transferring data between clients and server
51
51
- 🧑💻 **Developer friendly** - Mergin Maps is open platform. CLI tools and client libraries are available for [Python](https://github.com/MerginMaps/python-api-client) and [C++](https://github.com/MerginMaps/cpp-api-client)
52
52
-:camera:**Sync images** - Supporting sync of photos with common cloud storage using [mergin-media-sync](https://github.com/MerginMaps/media-sync) tool
53
53
- 💽 **Sync with database** - Supporting two-way sync of data with PostGIS using [mergin-db-sync](https://github.com/MerginMaps/db-sync) tool
@@ -74,7 +74,7 @@ Admin users can enter the admin interface available at `/admin` URL which provid
74
74
75
75
### Contributing
76
76
77
-
Contributions are welcomed! You can set up development environment by following a guide in [development.md](./deployment/community/development.md). Before you create your first pull request, we kindly ask you to sign the CLA with your GitHub user name and date [here](LICENSES/CLA-signed-list.md).
77
+
Contributions are welcomed! You can set up development environment by following a guide in [development.md](./development.md). Before you create your first pull request, we kindly ask you to sign the CLA with your GitHub user name and date [here](LICENSES/CLA-signed-list.md).
78
78
79
79
## Documentation
80
80
@@ -93,7 +93,7 @@ If you need support, a custom deployment, extending the service capabilities and
93
93
94
94
Contributions are welcome!
95
95
96
-
More information for developers can be found in the dedicated [development](./deployment/community/development.md) page.
96
+
More information for developers can be found in the dedicated [development](./development.md) page.
In docker-compose.dev.yml is started maildev/maildev image that can be used to test emails (see [https://github.com/maildev/maildev/](https://github.com/maildev/maildev/)). In localhost:1080 you can see the emails sent by the application in web interface.
97
97
98
98
### Running with remote debugger
99
-
If you want to run the application with remote debugger, you can use debug compose file with attatched source code and reload.
99
+
If you want to run the application with remote debugger, you can use debug compose file with attached source code and reload.
100
100
It starts a debugpy session on port 5678 you can attach to.
0 commit comments