mirror of
https://github.com/rails/execjs
synced 2023-03-27 23:21:20 -04:00
326 B
326 B
Contributing
Development
Clone the repository from GitHub.
$ git clone https://github.com/rails/execjs
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