Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.45 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.45 KB

LEARN Notes Application

Getting Started

  1. You must have the following dependencies installed:

    • Ruby 3
      • See .ruby-version for the specific version used in this application.
      • Use rvm to install local Ruby versions.
    • Node
      • See .nvmrc for the specific version used in this application.
      • Use nvm to install local Node versions.
    • PostgreSQL 14
    • Redis 6.2
    • Chrome for headless browser tests.
  2. Run the bin/setup script.

    • Look for failures. Solve only one issue at a time.
    • Use Homebrew Formulae to install any necessary technologies.
  3. Start the application with bin/dev.

    • Run the redis server with redis-server.
  4. Visit http://localhost:3000.

Linting Commands

  • bundle exec standardrb will run the standardrb linter and highlight issues
  • standardrb --fix automatic linting for quick formatting fixes

Test Suite

  • rails test to run the Minitest in the command line

Information about Bullet Train

If this is your first time working on a Bullet Train application, be sure to review the Bullet Train Basic Techniques and the Bullet Train Developer Documentation.