Skip to content

Instantly share code, notes, and snippets.

@Kunj-Choksi
Created March 9, 2023 03:38
Show Gist options
  • Save Kunj-Choksi/3888ab3a207905b2b3f46255d01ec4e5 to your computer and use it in GitHub Desktop.
Save Kunj-Choksi/3888ab3a207905b2b3f46255d01ec4e5 to your computer and use it in GitHub Desktop.
beginnerbounties-readme

Help new developers get their first paid work and build their resumes to help them land their first Junior developer job!

Setup

Check your Ruby version

ruby -v

The output should start with something like ruby 3.2.1

If not, install the right ruby version using rbenv (it could take a while):

rbenv install 3.2.1

Install dependencies

Using Bundler:

bundle

Setup Database (PostgreSql)

add username and password to database.yml

create database

rails db:create

migrate database

  • rails db:migrate

Setup tailwind

  • rails tailwindcss:install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment