8000 GitHub - zxcodes/Weatherly
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zxcodes/Weatherly

Repository files navigation

Weatherly

Welcome to Weatherly, your personal weather companion! ☀️

  • This project has been bootstrapped with Vite.

Getting Started

Installation

  1. Clone this repository:
  • Clone over HTTPS:
git clone https://github.com/zxcodes/weatherly.git
  • Clone over SSH:
git clone git@github.com:zxcodes/weatherly.git
  1. Navigate to the directory and create env file:
cd weatherly && touch .env
  1. Get your OpenWeather API Key and set the environment variable:
VITE_OPEN_WEATHER_API_KEY = "YOUR_KEY";
  1. Install dependencies and start the development server:
yarn install && yarn start
  1. Build for production:
 yarn build
  1. Preview production build:
yarn preview
  1. Lint for errors:
yarn lint

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0