README.md

> Productive. Reliable. Fast. Most web frameworks make you choose between speed and a productive environment. Phoenix gives you both.
[](https://travis-ci.org/phoenixframework/phoenix)
[](http://inch-ci.org/github/phoenixframework/phoenix)
## Getting started
See the official site at http://www.phoenixframework.org/
## Documentation
API documentation is available at [http://hexdocs.pm/phoenix](http://hexdocs.pm/phoenix)
## Contributing
We appreciate any contribution to Phoenix, so check out our [CONTRIBUTING.md](CONTRIBUTING.md) guide for more information. We usually keep a list of features and bugs [in the issue tracker][1].
### Running a Phoenix master app
```bash
$ cd installer
$ mix phoenix.new path/to/your/app --dev
```
The command above will create a new application, using your current Phoenix checkout thanks to the `--dev` flag.
### Building phoenix.js
```bash
$ npm install
$ npm install -g brunch
$ brunch watch
```
## Important links
* \#elixir-lang on freenode IRC
* [Issue tracker][1]
* [phoenix-talk Mailing list (questions)][2]
* [phoenix-core Mailing list (development)][3]
[1]: https://github.com/phoenixframework/phoenix/issues
[2]: http://groups.google.com/group/phoenix-talk
[3]: http://groups.google.com/group/phoenix-core