exchgr / glob

Social blogging platform to replace Twitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

glob

Maintainability Test Coverage

Social blogging platform to replace Twitter

System dependencies

  • Docker 18.06.0 or later

Setup

To set up the entire app from scratch, including the database, run:

make setup

To only rebuild the docker image (including Bundler dependencies), run:

make build

Running the app

To start the entire web app in development mode, including the database, run:

make start

and connect to http://localhost:3000

Testing

To run all tests, run:

make rspec ARGS="..."

To run only the unit tests, run:

make rspec_unit ARGS="..."

Running arbitrary rake/rails commands

make rails ARGS="..."

or

make rake ARGS="..."

About

Social blogging platform to replace Twitter


Languages

Language:Ruby 75.9%Language:HTML 20.5%Language:JavaScript 1.7%Language:CSS 1.2%Language:Makefile 0.5%Language:Dockerfile 0.2%