-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
43 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
## Code | ||
|
||
Initial parts of this codebase were written in Coffeescript. However, any | ||
updates and refactoring should be done in ES6, which implements many useful | ||
functions from Coffeescript but allows more people to read the code and | ||
contribute. | ||
Generally, follow AirBnb's [Javascript style guide](https://github.com/airbnb/javascript). | ||
|
||
More information to come. | ||
|
||
## Testing | ||
|
||
Clone this entire repository: | ||
|
||
``` | ||
git clone https://github.com/TurkServer/turkserver-meteor.git turkserver | ||
``` | ||
|
||
Then run the tests: | ||
|
||
``` | ||
cd turkserver | ||
meteor test-packages ./ | ||
``` | ||
|
||
If you checked out the repository into an existing Meteor app, you can run `meteor test-packages turkserver` from your app instead. | ||
|
||
Browse to `http://localhost:3000` to run the tests. | ||
|
||
You don't have to run the tests yourself; this project is set up for continuous integration on [Travis CI](https://travis-ci.org/TurkServer/turkserver-meteor), which runs these tests on each commit. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## vNEXT | ||
|
||
## v0.5.0 | ||
|
||
- First release on Atmosphere (Meteor's package system). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<body> | ||
<a href="https://github.com/HarvardEconCS/turkserver-meteor"> | ||
<a href="https://github.com/TurkServer/turkserver-meteor"> | ||
<img class="forkme" src="https://s3.amazonaws.com/github/ribbons/forkme_left_red_aa0000.png" alt="Fork me on GitHub"> | ||
</a> | ||
</body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters