Skip to content

rshkv/hackschool-chatbots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Install Node.js

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.)

Get the code

  1. 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.

  2. 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.

About

Companion for the Hackschool JS introduction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •