tracman-server/README.md

17 lines
367 B
Markdown

# Tracman
node.js application to display a map with user's location. Live at [tracman.org](https://tracman.org/).
The github for the associated android app is [Tracman-org/Android](https://github.com/tracman-org/android).
## Installation
```sh
$ git clone https://github.com/Tracman-org/Server.git
$ cd Server
$ npm install
```
## Running
```sh
$ npm start
```