Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 540 Bytes

RUNNING.md

File metadata and controls

45 lines (31 loc) · 540 Bytes

💻 Installation

Below you will find instructions on how to install and run the project:

Cloning project

git clone [email protected]:LucasSantus/weather-noow.git
cd weather-noow

Installing dependencies & running

Using pnpm
pnpm install
pnpm dev
Using yarn
yarn
yarn dev
Using npm
npm install
npm run dev