Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boavizta/datavizta
https://github.com/boavizta/datavizta
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/boavizta/datavizta
- Owner: Boavizta
- License: agpl-3.0
- Created: 2022-03-22T12:59:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T18:40:34.000Z (7 months ago)
- Last Synced: 2024-06-25T20:33:44.176Z (7 months ago)
- Language: Svelte
- Size: 624 KB
- Stars: 20
- Watchers: 9
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Explore Boavizta's data and methods through a pedagogical frontend---
## Data Explorer
This educational frontend intends to achieve several complementary objectives:
- Being able to search easily for carbon impact factors for digital equipment in [Boavizta environmental footprint open database](https://github.com/Boavizta/environmental-footprint-data)
- Being able to visualize the impacts repartition by stages of the life cycle of equipment by differentiating the use phase (scope 2) from the manufacturing, transport and end-of-life phases (scope 3)
- Being able to assess the impacts of extending the life of the product or using it in one geographical area rather than another.You can try it on https://dataviz.boavizta.org
### Developing
It needs node 16. see [this url](https://github.com/nodesource/distributions/blob/master/README.md) for installing.
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```### Building
To create a production version of your app:
```bash
npm run build
```You can preview the production build with `npm run preview`.
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.