Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 273 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 273 Bytes

⛅ Weather

https://weather-please.netlify.app

🚀 Project setup

  1. Install dependencies: yarn install
  2. Run development server: yarn serve

✔️ Tests & Lint

  • End-to-end tests with headless Chrome: yarn test:e2e
  • Lints and fixes files: yarn lint