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
- Host: GitHub
- URL: https://github.com/fractal-code/rtd-example
- Owner: fractal-code
- Created: 2014-11-12T13:30:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-21T16:08:48.000Z (over 11 years ago)
- Last Synced: 2025-01-13T22:18:42.190Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 246 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```