Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 505 Bytes

readme.md

File metadata and controls

23 lines (19 loc) · 505 Bytes

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