Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewmcodes-archive/btest2
[EXPLORATION] just a demo bridgetown site to play with things
https://github.com/andrewmcodes-archive/btest2
bridgetown wip-do-not-use
Last synced: about 1 month ago
JSON representation
[EXPLORATION] just a demo bridgetown site to play with things
- Host: GitHub
- URL: https://github.com/andrewmcodes-archive/btest2
- Owner: andrewmcodes-archive
- Created: 2020-10-06T03:40:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-07T09:16:03.000Z (over 4 years ago)
- Last Synced: 2024-11-08T14:48:54.125Z (3 months ago)
- Topics: bridgetown, wip-do-not-use
- Language: JavaScript
- Homepage:
- Size: 5.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
## [optional] Overmind
- [DarthSim/overmind: Process manager for Procfile-based applications and tmux](https://github.com/DarthSim/overmind)
- Instead of using `yarn start`, you can run Bridgetown inside of Overmind instead.
- Make changes to `.overmind.env` as needed.### [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:
```sh
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