Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

abraham/quark

Repository files navigation

Quark Clicker

Sample Rails ActionCable application.

Install

Download the source code.

Install Redis.

$ brew install redis

Install gem dependencies.

$ bundle install

If you run into an error installing the pg gem first install Postgres with $ brew install postgresql

Run Redis server.

$ redis-server

Create and setup the database.

$ rails db:create
$ rails db:migrate

Run the server.

$ rails server