Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 836 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 836 Bytes

README

[optional] Overmind

[wip] Recommended Workflow

  • Run overmind start, which run's daemonized by default.
  • Connect with overmind connect [webpack,serve,sync], which puts you in a tmux session that allows you to switch to the other processes or create new ones.
  • Restart specific parts with overmind restart [webpack,serve,sync]

Ex:

cd this-repo
overmind start
bundle add bridgetown-feed -g bridgetown_plugins
overmind restart bridgetown-serve
overmind connect
overmind kill

Ruby 3

Note that this project is currently using Ruby 3.0.0.preview-1