Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/technologiestiftung/flusshygiene-frontend
https://github.com/technologiestiftung/flusshygiene-frontend
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/technologiestiftung/flusshygiene-frontend
- Owner: technologiestiftung
- License: mit
- Created: 2023-09-26T12:41:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T00:02:16.000Z (9 months ago)
- Last Synced: 2024-04-13T10:11:22.785Z (9 months ago)
- Language: TypeScript
- Size: 3.67 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Built%20with%20%E2%9D%A4%EF%B8%8F-at%20Technologiestiftung%20Berlin-blue)
[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors-)
# Flusshygiene Frontend
This legacy application is the extracted "Standortbewertung" tool from the [Flusshygiene](https://github.com/technologiestiftung/flusshygiene) project, which will not be developed anymore. There is another iteration by the [KWB](https://github.com/KWB-R/swim-ai).
## Prerequisites
- Node.js v12 installed via https://nvm.sh
- (optional) Docker## Installation
```bash
# install and use the used Node.js version referenced in .nvmrc
nvm install
# install the application dependencies
npm ci
# build the production bundle
npm run build
# install the server dependencies
#(this is optional, you could use Nginx, Apache or any other webserver)
cd ./server && npm ci && cd ..
# serve the application
node server/index.js
```## Usage or Deployment
As seen above you can use the small express server delivered with the application.
There is also an docker image under https://hub.docker.com/repository/docker/technologiestiftung/flusshygiene-frontend## Development
```bash
npm run dev
```## Tests
None. Sorry.
## Contributing
Thank you for considering to contribute. Before you create a pull request, 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)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
## Content Licensing
Texts and content available as [CC BY](https://creativecommons.org/licenses/by/3.0/de/).
## Credits
Made by
A project by
Supported by
## Related Projects
- https://github.com/technologiestiftung/flusshygiene