Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
Add nvm support (#241)
Browse files Browse the repository at this point in the history
* Add nvm support

* Update readme with Node LTS requirement
  • Loading branch information
matiasdominguez authored and jenkoian committed Oct 17, 2017
1 parent b43daf4 commit 955d0a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lts/*
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ so please take a look if you'd like to contribute or feel free to propose any id

Happy hacking!

## Requirements

* Node v6.11.4 (LTS)
> Recommended to use [NVM](https://github.com/creationix/nvm)
## Running the app

* [Generate a GitHub personal access token](https://github.com/settings/tokens/new?scopes=&description=Hacktoberfest%20Checker) to ensure you don't get rate limited as often.
Expand Down

0 comments on commit 955d0a3

Please sign in to comment.