Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Ruby-Starter-Kits/Docker-Bridgetown-Template
A freshly updated version of "bridgetown new" preconfigured to be able to run with Docker.
https://github.com/Ruby-Starter-Kits/Docker-Bridgetown-Template
bridgetown docker starter-kit template
Last synced: 3 months ago
JSON representation
A freshly updated version of "bridgetown new" preconfigured to be able to run with Docker.
- Host: GitHub
- URL: https://github.com/Ruby-Starter-Kits/Docker-Bridgetown-Template
- Owner: Ruby-Starter-Kits
- License: mit
- Created: 2020-07-09T15:38:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-01T05:53:58.000Z (almost 4 years ago)
- Last Synced: 2024-05-20T19:19:56.795Z (8 months ago)
- Topics: bridgetown, docker, starter-kit, template
- Language: JavaScript
- Homepage: https://docker-bridgetown-template.netlify.app/
- Size: 757 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bridgetown
Welcome to your [Bridgetown](https://www.bridgetownrb.com/) app.
This was generated by [Ruby-Starter-Kits/Docker-Bridgetown-Generator](https://github.com/Ruby-Starter-Kits/Docker-Bridgetown-Generator), if you have any ideas please report them there :)
## Setup & Running Locally
Clone down the repo, install [Docker](https://hub.docker.com/editions/community/docker-ce-desktop-mac/) & run:
```bash
$ docker-compose up
```Then navigate your browser to https://127.0.0.1:4000/ to see your site.
### Running one off commands
If you'd like to run a one off command within your container, use `docker-compose run --rm web `, e.g:
```bash
$ docker-compose run --rm web yarn add stimulus
```## Useful Links
* [Bridgetown Documentation](https://www.bridgetownrb.com/docs/)
* [Bridgetown Plugins](https://www.bridgetownrb.com/plugins/)
* [Netlify](https://www.netlify.com/)
* [Docker-Bridgetown-Generator](https://github.com/Ruby-Starter-Kits/Docker-Bridgetown-Generator)