bootstrap-ruby / bootstrap_form

Official repository of the bootstrap_form gem, a Rails form builder that makes it super easy to create beautiful-looking forms using Bootstrap 5.
MIT License
1.64k stars 352 forks source link

Update Docker Compose and Devcontainer #725

Closed lcreid closed 4 months ago

lcreid commented 4 months ago

This PR adds a devcontainer configuration. You can run the container manually, or run devcontainer open in the root directory of this project to open VScode in the context of the container (so RuboCop works, for example).

If you don't want to use VScode and/or dev containers, you can still use Docker. The instructions have been moved to DOCKER.md and improved.