brainhubeu / plucka

Project for "Hack To The Rescue" hackaton. The goal is to create a digital version of Polish Smog Alert's "Mobilne Płuca" experience.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Płucka project

Project for "Hack To The Rescue" hackaton. The goal is to create a digital version of Polish Smog Alert's "Mobilne Płuca" experience.

Deployment

Build the image

docker build -t plucka .

The whole app is one container, server is listening on port 8080.

Development

Starting the app

bun dev

Config in dev environment

Create a .env file:

VITE_OPEN_WEATHER_API_KEY=abcdefghijklmnoprstuwxyz123456789

or just set required env variables

About

Project for "Hack To The Rescue" hackaton. The goal is to create a digital version of Polish Smog Alert's "Mobilne Płuca" experience.

License:MIT License


Languages

Language:TypeScript 98.1%Language:HTML 1.1%Language:Dockerfile 0.4%Language:Shell 0.3%Language:SCSS 0.1%