Skip to content

LEARNAcademy/learn-practicum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •