Download node from here and check your version number afterwards. Run this in the command line:
node --version
>>> v6.7.0
Something above 6.5 is fine. (This is because of node's ES6 support.)
-
To get the code in this repository, run
git clone https://github.com/rshkv/vbb-bot.git
A folder named hackschool-chatbots will be created.
-
We need some other people's code too. Go inside that folder with
cd hackschool-chatbots
and run
npm install
This has the node package manager install all the dependencies defined in package.json.