mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
40 lines
1.3 KiB
HTML
40 lines
1.3 KiB
HTML
<template name="introduction">
|
|
<div id="introduction">
|
|
<!-- clicking this anchor in the left bar should scroll to top of doc,
|
|
not here -->
|
|
|
|
{{#markdown}}
|
|
|
|
{{> quickStart}}
|
|
|
|
<h2 id="resources">Developer Resources</h2>
|
|
|
|
<dl class="involved">
|
|
<dt><span>Tutorial</span></dt>
|
|
<dd>Get started fast with the <a href="https://www.meteor.com/install">official Meteor tutorial</a>!
|
|
</dd>
|
|
|
|
<dt><span>Guide</span></dt>
|
|
<dd>Learn about best practices in the <a href="https://www.meteor.com/install">Meteor Guide</a>!
|
|
</dd>
|
|
|
|
<dt><span>Stack Overflow</span></dt>
|
|
<dd>The best place to ask (and answer!) technical questions is on <a href="http://stackoverflow.com/questions/tagged/meteor">Stack
|
|
Overflow</a>. Be sure to add
|
|
the <code>meteor</code> tag to your question.
|
|
</dd>
|
|
|
|
<dt><span>Forums</span></dt>
|
|
<dd>Visit the <a href="https://forums.meteor.com">Meteor discussion
|
|
forums</a>to announce projects, get help, talk about the community,
|
|
or discuss changes to core.
|
|
</dd>
|
|
|
|
<dt><span>GitHub</span></dt>
|
|
<dd>The core code is on <a href="http://github.com/meteor/meteor">GitHub</a>. If you're able to write code or file issues, we'd love to have your help. Please read <a href="https://github.com/meteor/meteor/wiki/Contributing-to-Meteor">Contributing to Meteor</a> for how to get started.
|
|
</dd>
|
|
|
|
{{/markdown}}
|
|
</div>
|
|
</template>
|