Home

Awesome

<p align="center"> <img src="https://res.cloudinary.com/wickedsites/image/upload/v1635752721/petal/logo_rh2ras.png" height="128"> <h1 align="center">Petal Development</h1> </p>

An elixir umbrella app to help developers contribute to either petal_components or petal_boilerplate.

Be up and running within a minute.

petal_development
├── apps
│   ├── petal_components <- git submodule
│   └── petal_boilerplate <- git submodule

Install

sh setup.sh
mix phx.server

Note that on first run of the server there is a bug where an "assets" folder appears in the root directory - you can delete this and things should resolve themselves if you refresh the page.

Developing

  1. Make your changes
  2. Commit to that submodule
  3. Submit a PR
  4. If accepted, we will update this petal_development project to point to the latest submodule commits