We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3468b commit 4576cd3Copy full SHA for 4576cd3
README.md
@@ -5,13 +5,13 @@ Data Entry form for IFPRI backend. Authentication handled with Auth0.
5
## Development environment
6
To set up the development environment for this website, you'll need to install the following on your system:
7
8
-- Node (v4.2.x) & Npm ([nvm](https://github.com/creationix/nvm) usage is advised)
+- Node (v6.x.x), Npm ([nvm](https://github.com/creationix/nvm) usage is advised), and [Yarn](https://yarnpkg.com/)
9
10
> The versions mentioned are the ones used during development. It could work with newer ones.
11
12
After these basic requirements are met, run the following commands in the website's folder:
13
```
14
-$ npm install
+$ yarn install
15
16
17
### Getting started
0 commit comments