Skip to content

SvelteKit Repository for Klimadashboard applications

Notifications You must be signed in to change notification settings

n7trd/klimadashboard-core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,301 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SvelteKit Repository | Klimadashboard

To make the climate crisis tangible by making climate science accessible. – Our mission

Welcome! 🌍

This is the frontend code that powers Klimadashboard.at and Klimadashboard.de, powered by SvelteKit. Our backend hosted at base.klimadashboard.org takes care of content and data. It is built on Directus.

How to contribute 🗺

We value contributions from the community in the form of

  • bug reports, ideas and feature requests: please file an issue with the appropiate tags
  • help with translations
  • contributing bug fixes and code: pick an issue and open a pull request
  • creating your own local Klimadashboard: please see below

Before contributing, read our Code of Conduct. See below for installation guidelines.

Create a Klimadashboard for your state/region/... 🗾

We’d love to expand Klimadashboard beyond Austria, but we need data research, coding and translation support to do so. If you’d like to help us build Klimadashboard for your region, get in touch and join the team as a regional ambassador. [email protected]

Branches & Deployment 🧭

The [main] branch of this repository is automatically deployed to our server via ploi.io.

Development & Build

Run the Application in development mode:

npm install
npm run dev

To make sure the correct content is being loaded from our CMS, add an .env file with a PUBLIC_VERSION variable, which you set to at or de depending on the version you’d like to work on.

PUBLIC_VERSION=at

Build the Application:

npm run build

Find details to get started with Svelte. We’re using Tailwind CSS for our CSS classes.

About

SvelteKit Repository for Klimadashboard applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 64.7%
  • TypeScript 29.4%
  • JavaScript 5.0%
  • Other 0.9%