mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
15 lines
502 B
HTML
15 lines
502 B
HTML
<template name="introduction">
|
|
<div id="introduction">
|
|
<!-- clicking this anchor in the left bar should scroll to top of doc,
|
|
not here -->
|
|
|
|
{{#markdown}}
|
|
|
|
<h1 id="meteorguide">Meteor Guide</h1>
|
|
|
|
The best point to get started with Meteor is the [Meteor Guide](http://guide.meteor.com). From there you can find links to other resources, intructions to install Meteor, and associated content. This is the Meteor API docs, documenting the interface of Meteor's core APIs.
|
|
|
|
{{/markdown}}
|
|
</div>
|
|
</template>
|