Skip to content

AronnaxSpace/tasks

Repository files navigation

Tasks

Requirements

  • Ruby 3.2.1
  • Bundler 2.4.5
  • PostgreSQL
  • Node.js
  • Yarn

Setup

1. Clone the repository

git clone git@github.com:AronnaxSpace/tasks.git

2. Set environment variables

  • Install direnv
  • Create an .envrc file and set the following variables: TASKS_DATABASE_USERNAME, TASKS_DATABASE_PASSWORD

3. Install dependecies

bundle && yarn

4. Setup the database

rails db:setup

5. Start the application

foreman s -f Procfile.dev