dbhandel / jsDebugClass

FrontendMasters course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getRANTR

Social connections are overrated-they only lead to trouble, pain, and lawsuits. Modern social networks have given rise to trolls, fake news, and mansplaining.

Introducing getRANTR, the revolutionary anti-social distributed network. getRANTR gives you all the obsessive status updating of a social network, with non of the misunderstandings and hurt feelings. With getRANTR, no one can see you RANT.

Getting Started

getRANTR is a distributed network. This means you download the code and run it yourself! No more annoying "public websites" or "cloud infrastructure". getRANTR includes all the fun of running your own technology stack.

Software Dependencies

getRANTR is built on NodeJS. If you don't have it already, you can download the latest runtime from the NodeJS website. For best results, we recommend using version 4.6.0 or higher.

You may also need the following tools to enhance or debug getRANTR:

Installation

getRANTR uses gulp to handle installation and build automation. You'll want to have it installed globally in your Node packages. You'll also need to install all the local dependencies for running getRANTR:

npm install gulp --global
npm install

Running getRANTR

After setting everything up and installing the dependencies, you can run getRANTR by:

npm start

This will run getRANTR at http://www.getRANTR.com:9000/ and will setup to automatically reload if any of the source files are changed.

Repository Structure

/build          Automation and build tasks
/data           Data location for getRANTR users
/exercises      Guides and help for workshop exercises
/node_modules   There be dragons here
/src            Source code
  /controllers  Server API actions
  /public       Client-side application (this is probably what you are looking for)
/test           Source code tests

Impersonating Users

There are three example users loaded into the system. You can impersonate them with the following commands:

node import 1   # Will impersonate Todd's default account
node import 2   # Will impersonate the Keystone user account
node import 3   # Will impersonate Todd's alt account

Todd's default account is loaded automatically when you install.

Happy Ranting!

About

FrontendMasters course

License:MIT License


Languages

Language:JavaScript 77.6%Language:CSS 12.5%Language:HTML 9.9%