Skip to content
/ habbit Public

Habbit is an app to efficiently track your habits across all your devices.

License

Notifications You must be signed in to change notification settings

matlagp/habbit

Repository files navigation

Local Setup

Prerequisites

  • PostgreSQL
  • Ruby 2.7.0

Installation

  1. Clone this repo
    git clone https://github.com/matlagp/habbit.git
    cd habbit
    
  2. Make sure you're using Ruby 2.7:
    ruby --version
    
  3. Install bundler
    gem install bundler
    
  4. Install gem dependencies
    bundle install
    

Configuration

Create local database

cp config/database.example.yml config/database.yml
bundle exec rails db:create

Verification

Running local server

bundle exec rails server

About

Habbit is an app to efficiently track your habits across all your devices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published