Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eclectic-coding/rails_docker_testing
https://github.com/eclectic-coding/rails_docker_testing
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eclectic-coding/rails_docker_testing
- Owner: eclectic-coding
- License: mit
- Created: 2021-03-16T19:46:18.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T10:36:54.000Z (over 2 years ago)
- Last Synced: 2024-12-01T12:07:51.384Z (26 days ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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)