You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[React Weather](https://react-weather.denniskigen.com) is a beautiful weather app built on top of the [OpenWeatherMap API](https://openmweathermap.org/api).
10
10
11
11
## Getting started
12
12
13
13
- Sign up over at [openweathermap.org](https://openweathermap.org/appid) and get an API key.
14
14
- Fork the project and clone it locally.
15
-
-Create a file at the root of the project called `.env.local` with the following contents:
15
+
-Install dependencies using [pnpm](https://pnpm.io/installation):
16
16
17
17
```sh
18
+
pnpm install
19
+
```
20
+
21
+
- Create a file at the root of the project called `.env.local` with the following contents:
0 commit comments