Skip to content

[EXPLORATION] just a demo bridgetown site to play with things

Notifications You must be signed in to change notification settings

andrewmcodes-archive/btest2

Repository files navigation

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