# Vantage Server with a `mode` command.

This is an example of setting up a `mode` command to establish a basic REPL client.
 
### Running the file

```bash
$ git clone git://github.com/dthree/vantage.git vantage
$ cd ./vantage
$ npm install
$ node ./examples/mode/mode.js
```

