Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 727 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 727 Bytes

About

Implementation of the redesign of the social network Orkut based on the prototype of Blainer Costa

Getting Started

Step 1: Clone the project
  git clone https://github.com/miguelbuca/Orkut.git
Step 2: Open the project
  cd Orkut
Step 3: Install dependencies
  yarn install

Run project

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.