1
0
Fork 0
mirror of https://github.com/rails/execjs synced 2023-03-27 23:21:20 -04:00
execjs/CONTRIBUTING.md

26 lines
326 B
Markdown
Raw Normal View History

2014-05-19 09:59:29 -04:00
# Contributing
## Development
Clone the repository from GitHub.
```
2015-03-27 11:32:25 -04:00
$ git clone https://github.com/rails/execjs
2014-05-19 09:59:29 -04:00
```
Now just cd into the directory and run `bundle install` to install the
development dependencies.
```
$ cd execjs/
$ bundle install
```
## Testing
Tests can be ran via `rake`.
```
$ bundle exec rake
```