clone Repo: git clone https://github.com/sioXD/SvelteKit-WeatherApp.git
install dependencies: npm install
create API Key at OpenWeatherMap
create .env ->
API_KEY =
BASE_URL = https://api.openweathermap.org/data/2.5
Start dev with: npm run dev
Build with: npm run build