Skip to content

jarencudilla/pc-builder-app

 
 

Repository files navigation

Hi there 👋

This repo serves as the main repo for our Rails Projects.

Version

  Ruby 2.7.2
  Rails 6.0.3.4
  NodeJS 12.18.3
  Yarn 1.22.4

Installation

Fork this repo: image

Then, clone your forked repo to your machine

  $ git clone [email protected]:<username>/rails-base-project.git <name of your app>
  $ cd <name of your app>

Setup

  $ bundle install
  $ rake db:setup

Starting the application

  $ rails server

How to run the test suite

  $ rspec

How to run the Ruby Linter

  $ rubocop

How to enable Github Workflow

Screen Shot 2021-03-23 at 10 10 52 PM

Screen Shot 2021-03-23 at 10 11 12 PM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 57.1%
  • HTML 32.1%
  • SCSS 7.8%
  • JavaScript 2.5%
  • CSS 0.5%