To start your Phoenix app:
- Install dependencies with
mix deps.get
- Start Phoenix endpoint with
mix phoenix.server
Now you can visit localhost:4000
from your browser.
Ready to run in production? Please check our deployment guides.
We're following the "Read-only Master Branch" philosophy. Therefore, in order to make changes, please fork the project and create a new branch for the issue you'd like to tackle then make a pull request to get it reviewed when you're ready.
please use the following format for naming your branch:
<username or initials>-issue-23
In order to make things easier for everyone, try to keep the following things in mind:
- Keep commits cohesive
- Keep commits as small as possible
- Commits should contains no more than one logical change. If it contains more, the commit should be split.
Please write good commit messages!
A good commit message answers three questions:
- Why is this change necessary?
- How does it address the issue?
- What effects does the patch have?
- Official website: http://www.phoenixframework.org/
- Guides: http://phoenixframework.org/docs/overview
- Docs: http://hexdocs.pm/phoenix
- Mailing list: http://groups.google.com/group/phoenix-talk
- Source: https://github.com/phoenixframework/phoenix