Skip to content

boacausa/boacausa

Repository files navigation

Por uma boa causa / For a good cause

http://boacausa.org/

Using fun new tech stuff

  • Ruby 3
  • Rails 7 - Hotwire
  • Tailwind

Setup

Requirements

  • Ruby 3.2.0

Installation

This is optional if you want to use rbenv to manage ruby versions

# Update rbenv
cd ~/.rbenv/plugins/ruby-build/ && git pull
# or
brew update && brew upgrade ruby-build
# Install latest ruby
rbenv install 3.2.0

Project setup

gem install bundler
bundler install
rails db:setup
cp .env.sample .env

Starting application

./bin/dev

Open http://localhost:3000/

Run tests

rails test

How to contribute

Project

https://github.com/orgs/boacausa/projects/1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors