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
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.
- Make your changes
- Commit to that submodule
- Submit a PR
- If accepted, we will update this petal_development project to point to the latest submodule commits