Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 395 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 395 Bytes

Blueground Goes To Mars Assignment


Installation & Usage

  1. Clone repository.

    git clone https://bitbucket.org/panagiotis_plytas/bg-frontend-assignment.git
    
  2. Enter project directory.

    cd bg-frontend-assignment/
    
  3. Install dependencies.

    npm install
    
  4. Start local server.

    npm start