Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 416 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 416 Bytes

O'Network

Installation

Dependencies

To run this project on your machine, you need:

  • Git
  • Node.js
  • npm
  • Yarn 1.x.x

Procedure

Clone this repo:

git clone git@github.com:O-clock-Tesla/projet-02-O-Network-front.git

In the newly created folder, install the dependencies:

yarn

And each time you need to run the project, launch the following command:

yarn dev