protevus/README.md
2017-04-02 16:28:22 -04:00

27 lines
1.1 KiB
Markdown

[![The Angel Framework](https://angel-dart.github.io/images/logo.png)](https://angel-dart.github.io)
[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/angel_dart/discussion)
[![version: v1.0.0-beta](https://img.shields.io/badge/pub-v1.0.0--beta-blue.svg)](https://pub.dartlang.org/packages/angel_common)
**The Dart server framework that's ready for showtime.**
[Wiki](https://github.com/angel-dart/angel/wiki)
[API Documentation](http://www.dartdocs.org/documentation/angel_common/latest)
[Roadmap](https://github.com/angel-dart/roadmap/blob/master/ROADMAP.md)
[File an Issue](https://github.com/angel-dart/roadmap/issues)
## Join the team
Do you want to collaborate? Join the project at https://projectgroupie.com/projects/212
## Installation & Setup
Having errors with a fresh Angel installation? See [here](https://github.com/angel-dart/angel/wiki/Installation-&-Setup) for help.
Once you have [Dart]() installed, bootstrapping a project is as simple as running two shell commands:
```bash
pub global activate angel_cli
angel init hello
```