Use npm to install dependencies
npm install
Create your .env file
cp .env.sample .env
node index.js
And open http://localhost:3000 on your browser
Chatanoo is hosted on Elastic Beanstalk, you need to use eb command line tool to deploy the project (http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3-install.html)
eb init
Choose chatanoo-admin application and chatanoo-admin-staging as environment.
eb deploy
eb deploy chatanoo-admin