Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: faq.md

Issue 1383673003: Fletch 0.1.0 documentation (Closed) Base URL: https://github.com/dart-lang/fletch.git@gh-pages
Patch Set: Fix SDK URLs Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « _layouts/page.html ('k') | feedback.md » ('j') | tool.md » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: faq.md
diff --git a/faq.md b/faq.md
new file mode 100644
index 0000000000000000000000000000000000000000..304e550766130505ba68bd75a09b39c1e26c07c1
--- /dev/null
+++ b/faq.md
@@ -0,0 +1,35 @@
+---
+title: Fletch project FAQ
+layout: page
+---
+
+# Fletch project FAQ
+
+Fletch is still highly experimental, so we are sure you have lots of questions.
+Please take a look at the FAQ (Frequently Asked Questions) below, and if that
+does not answer your question, please join us in our [Fletch
+Discuss](https://groups.google.com/forum/#!forum/fletch-discuss) group.
+
+## FAQ
+
+* *Q*: What is the Fletch Project?
+* *A*: Fletch is an **experimental** project to enable highly productive
+ development for devices (see 'what is supported'). It is powered by the [Dart
+ language](https://www.dartlang.org/docs/dart-up-and-running/ch02.html) and a
+ fast, lean runtime.
+
+* *Q*: What is the state of the project?
+* *A*: Fletch is an experimental project in the pre-alpha phase. Things are
+ still incomplete, and under development. Please take a look, [try it
+ out](index.html), and give us some [feedback](feedback.html)!
+
+* *A*: What is supported?
+* *Q*: You need a client PC for writing your program, and a target device for
+ executing it. The current SDK supports Linux and Mac as the client OS (sorry,
+ no Windows support yet), and the [Raspberry Pi 2 Model
+ B](https://www.raspberrypi.org/products/raspberry-pi-2-model-b/) as its only
+ target device .
+
+* *Q*: What about Pub, dartfmt, docgen, analyzer from the [Dart
+ SDK](https://www.dartlang.org/tools/sdk/)?
+* *A*: These are currently not supported for Fletch.
« no previous file with comments | « _layouts/page.html ('k') | feedback.md » ('j') | tool.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698