An open API service indexing awesome lists of open source software.

https://github.com/fractal-code/rtd-example

A template project to use for creating a meteor app with unit and webdriver testing
https://github.com/fractal-code/rtd-example

Last synced: 9 months ago
JSON representation

A template project to use for creating a meteor app with unit and webdriver testing

Awesome Lists containing this project

README

          

# RTD Example
This is a project exemplifying [gliesesoftware/rtd](https://github.com/gliesesoftware/rtd).

## Instructions
Ensure you have [node](http://nodejs.org/download/) and [Meteor](http://meteor.com).

Now clone this project's git repo and run:
```console
git clone https://github.com/gliesesoftware/rtd-example
cd rtd-example
npm install
./node_modules/.bin/rtd --debug
```

To run again, you will only need this command:
```console
./node_modules/.bin/rtd
```

Use the runOnce option if you want to run on a CI server:
```console
./node_modules/.bin/rtd runOnce
```