petalframework / petal_development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Petal Development

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

About


Languages

Language:Elixir 90.4%Language:JavaScript 3.7%Language:CSS 3.4%Language:Shell 2.5%