Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 542 Bytes

README.rst

File metadata and controls

41 lines (26 loc) · 542 Bytes

Setup

Requirements

  • git
  • node
  • volo

Quick Start

Get the Code

Grab the source from Github:

git clone git://github.com/tulsawebdevs/GeoNotes.git

Install Requirements

GeoNotes uses node and some libraries for local dev and github deployment:

npm install

Install volo if you don't already have it:

npm install -g volo

Serve the app

Use volo to serve the app:

volo serve

You should see the app at:

http://localhost:8008