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-06 06:52:07 +00:00

24 lines
507 B
Markdown

# Tracman
###### v 0.1.3
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
```
For the lazy linuxman:
```sh
$ git clone https://github.com/Tracman-org/Server.git && (cd server && exec npm install)
```
## Running
```sh
$ npm start
```