This repository has been archived on 2024-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
tracman-server/README.md
2016-05-05 22:06:45 +00:00

507 B

Tracman

v 0.1.2

node.js application to display a map with user's location. Live at tracman.org. The github for the associated android app is Tracman-org/Android.

Installation

$ git clone https://github.com/Tracman-org/Server.git
$ cd Server
$ npm install

For the lazy linuxman:

$ git clone https://github.com/Tracman-org/Server.git && (cd server && exec npm install)

Running

$ npm start