Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/city-of-helsinki/cnh-ui
Helsinki Climate Watch - Climate strategy monitoring UI
https://github.com/city-of-helsinki/cnh-ui
climate-change helsinki nextjs reactjs
Last synced: about 2 months ago
JSON representation
Helsinki Climate Watch - Climate strategy monitoring UI
- Host: GitHub
- URL: https://github.com/city-of-helsinki/cnh-ui
- Owner: City-of-Helsinki
- License: agpl-3.0
- Created: 2018-11-08T15:32:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-16T01:41:53.000Z (about 1 year ago)
- Last Synced: 2024-04-16T11:04:59.381Z (9 months ago)
- Topics: climate-change, helsinki, nextjs, reactjs
- Language: JavaScript
- Homepage: https://ilmastovahti.hel.fi
- Size: 7.93 MB
- Stars: 2
- Watchers: 4
- Forks: 4
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Carbon Neutral Helsinki 2035 Action Plan Monitoring UI
React ui for browsing and visualizing action plans. Built using [Next.js](https://nextjs.org).
* Displays data from [Aplans API](https://github.com/City-of-Helsinki/aplans)
* Uses [Kerrokantasi API](https://dev.hel.fi/projects/kerro-kantasi/) for commenting## Development
#### Prerequisites
* [Yarn](https://yarnpkg.com/)
#### Getting Started
Clone the repository, install dependencies and run the development server locally:
yarn install
yarn devPreview the application locally on http://localhost:3000/
## Building and deploying in production
To run the app in production:
yarn install
yarn build
yarn start## Forking
City of Helsinki would like to request that when this source code is forked
and deployed to production use for another organization, the following phrases
would be added to the FAQ or similar section of the user-visible UI, as well as
to the public presentations or other materials presenting the new service:> [Name of the service] is an open-source service based on [Helsinki Climate Watch](https://github.com/City-of-Helsinki/cnh-ui),
> a service developed by the City of Helsinki. Helsinki Climate Watch has
> received funding from the European Union EIT Climate-KIC programme.Or in Finnish:
> Palvelu on avointa lähdekoodia ja perustuu alun perin Helsingin kaupungin kehittämään [Helsingin ilmastovahti -palveluun](https://github.com/City-of-Helsinki/cnh-ui).
> Helsingin ilmastovahti on saanut tukea EU:n Climate-KIC-ohjelmasta.