Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 536 Bytes

RUNNING.md

File metadata and controls

45 lines (31 loc) · 536 Bytes

💻 Installation

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

Cloning project

git clone [email protected]:LucasSantus/time-flies.git
cd time-flies

Installing dependencies & running

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