Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/technologiestiftung/amarex-webtool-frontend
https://github.com/technologiestiftung/amarex-webtool-frontend
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/technologiestiftung/amarex-webtool-frontend
- Owner: technologiestiftung
- License: mit
- Created: 2023-09-05T14:01:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-23T15:39:41.000Z (5 months ago)
- Last Synced: 2024-07-24T11:55:17.791Z (5 months ago)
- Language: JavaScript
- Size: 23 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: License.txt
- Code of conduct: CODE_OF_CONDUCT.md
- Publiccode: publiccode.yml
Awesome Lists containing this project
README
# Project Title
Amarex Webtool Frontend
## Description
We are developing a web-based tool that maps the effects of rainwater management on climate impacts in urban areas in a simplified form. This is intended to support the early consideration of climate adaptation in urban strategies and planning. As a potentially important criterion for climate adaptation, the long-term deviation of the urban water balance from the natural state is examined.
This is the [project-page](https://www.amarex-projekt.de)
Here is a link to our current [staging instance](https://amarex-webtool-frontend.netlify.app/amarex/)## Getting Started
The tool is fundamentally based on the [Masterportal 3.x](https://bitbucket.org/geowerkstatt-hamburg/masterportal/src/dev_vue/). A tool-kit to create geo web applications based on [OpenLayers](https://openlayers.org), [Vue.js](https://vuejs.org/) and [Backbone.js](https://backbonejs.org). The Masterportal is Open Source Software published under the [MIT License](https://bitbucket.org/geowerkstatt-hamburg/masterportal/src/dev/License.txt).
The Masterportal is a project by [Geowerkstatt Hamburg](https://www.hamburg.de/geowerkstatt/).
For further instructions on how to work with [Vue.js](https://vuejs.org/) check out there documentation.
### Installation
git clone
``` bash
# clone the repository
git clone https://github.com/technologiestiftung/amarex-webtool-frontend# move into repository
cd amarex-webtool-frontend# install dependencies
npm install# serve with hot reload at localhost:9001/portal/amarex
npm start
# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report# run unit tests
npm run unit# run all tests
npm test
```## Contributing
Before you create a pull request, please write an issue so we can discuss your changes.
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
## Content Licensing
Text and content available as [CC BY](https://creativecommons.org/licenses/by/3.0/de/).
## Credits