- This project has been bootstrapped with Vite.
- 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
- Navigate to the directory and create env file:
cd weatherly && touch .env
- Get your OpenWeather API Key and set the environment variable:
VITE_OPEN_WEATHER_API_KEY = "YOUR_KEY";
- Install dependencies and start the development server:
yarn install && yarn start
- Build for production:
yarn build
- Preview production build:
yarn preview
- Lint for errors:
yarn lint