Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)