All Projects → osm-fr → osmose-frontend

osm-fr / osmose-frontend

Licence: GPL-3.0 License
Part of osmose that shows results on the website http://osmose.openstreetmap.fr

Programming Languages

python
139335 projects - #7 most used programming language
Vue
7211 projects
javascript
184084 projects - #8 most used programming language
PLpgSQL
1095 projects
CSS
56736 projects
shell
77523 projects

Frontend part of Osmose-QA tool

This is the part of Osmose-QA that shows issues on a map.

Translation

Interested in helping translate Osmose? Contribute on Transifex.

Contribution

Web

The HTML/JS part is in Vue.js. You can run de development instance locally using the public Osmose-QA Frontend API. The dev-server and dev-server-public have browser hot code reload. dev-server need a local API server, while dev-server-public use the API of osmose.openstreetmap.fr.

cd web
npm install --dev
npm run dev-server-public

Then go to http://localhost:8081/

Chack your code with ESLint

npm run lint

API Server

To run Osmose Frontend API Server, preferably use Docker. Follow the documentation in the docker directory. You can also install the Frontend manually by following the install guide.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].