This is a collaborative project housed in the Learning Lab. If you want to help, contact mkuzmick.
In order to work on this project on one of the LL machines, there are a couple of things you'll have to do.
- clone the repository by entering the following command in your Development folder:
git clone https://github.com/ll-dev-team/slackinvideo.git - change directories to get in there:
cd slackinvideo - install all the dependencies:
npm install - create a .env file with all the secret stuff (api tokens, etc.)--can't quote all that here, obviously, but get the file started by typing
nano .envoratom .env. If you don't create and populate this file, everything will fail, because all the references to stuff likeprocess.env.SLACK_TOKENwill just not work. - type
npm startand you should be all ready to go. Go to http://localhost:3000/ in your browser of choice to test stuff out.