Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 279 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 279 Bytes

Installation

  1. Clone repo git clone [email protected]:orelmax/geo.git and cd to directory.
  2. Ensure you have nodejs installed. Node version >= 6 is required.
  3. Install dependencies with npm install or yarn install.
  4. Run project with npm start or yarn start;