NOTE: This is still a work in progress
Along is a web application to practice along to YouTube instrument instruction videos.
- Updating Ruby on Rails knowledge
- Learning Hotwired tools (Turbo and Stimulus)
- Using modern CSS features
- Using vanilla JS with modern features
- Improving my guitar learning process
Run all the jest specs:
npm test
Run all jest specs with logs printing enabled:
npm test -- --silent=false
Run a focused spec:
npm test -- --silent=false -t "dispatches to player controller"