Bash script to start up a new project with the Roots stack.
- Download latest release
- Run
./twine.sh
insidetwine
folder
This tool has only been tested with macOS, any help with other OS would be appreciated
Use ./twine.sh --no-staging
to configure Trellis only for production and not also for a staging environment.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request