Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 1.11 KB

README.md

File metadata and controls

44 lines (24 loc) · 1.11 KB

Daily Learnings

A simple page to expose your daily learnings to community.

img

Prerequisites

  1. Ruby 2.5 or higher - I advise you to use the RVM
  2. Bundler - gem install bundler
  3. Rails - gem install rails
  4. Yarn - brew install yarn or Install yarn
  5. Git - brew install git or install git
  6. PostgreSQL - Download PSQL

Installation Steps

1. Clone the repository

$ git clone https://github.com/phbomfim/learnings.git

2. Change the working directory

$ cd learnings

3. Install dependencies

$ bundle install

4. Migrate a database

$ rails db:migrate

5. Run the app

$ rails s

Contribuition

  • This repositorie is public and if you wanna help me open a Pull Request
  • If you find a error help me and open a Issue