<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[Glitch Help Center]]></title><description><![CDATA[Help getting started with and using Glitch]]></description><link>http://help-center.glitch.me/help/</link><image><url>http://help-center.glitch.me/help/favicon.png</url><title>Glitch Help Center</title><link>http://help-center.glitch.me/help/</link></image><generator>Ghost 1.21</generator><lastBuildDate>Wed, 27 Jun 2018 16:00:20 GMT</lastBuildDate><atom:link href="http://help-center.glitch.me/help/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[How Do I Best Present My Project on Glitch?]]></title><description><![CDATA[<div class="kg-card-markdown"><ul>
<li>
<h2 id="startwithagreatreadme">Start With a Great Readme</h2>
<p>The contents of your project’s readme.md file is what gets shown on glitch.com. Think of it as being like an App Store description, rather than a typical readme on GitHub or elsewhere. This is your spot to get people interested in your</p></li></ul></div>]]></description><link>http://help-center.glitch.me/help/how-do-i-best-present-a-project-on-glitch/</link><guid isPermaLink="false">5b2786328816ac00574a220c</guid><category><![CDATA[For Platforms]]></category><category><![CDATA[Project Options]]></category><dc:creator><![CDATA[Glitch]]></dc:creator><pubDate>Mon, 18 Jun 2018 10:28:49 GMT</pubDate><content:encoded><![CDATA[<div class="kg-card-markdown"><ul>
<li>
<h2 id="startwithagreatreadme">Start With a Great Readme</h2>
<p>The contents of your project’s readme.md file is what gets shown on glitch.com. Think of it as being like an App Store description, rather than a typical readme on GitHub or elsewhere. This is your spot to get people interested in your project, so it should really sell it.</p>
<p>Cover what the project does, why it’s useful and what users will need to do to get their own version of the project working (adding in API keys etc.).</p>
<p>But keep it short — around 100 words total.</p>
</li>
<li>
<h2 id="takethedetailtosetupmd">Take the Detail to Setup.md</h2>
<p>If the setup instructions are more than a few lines, then add a setup.md file to your project and use that to go into the detail. Be prescriptive and try not to make too many assumptions. We want projects to be accessible to a wide audience with differing skill levels. So avoid jargon and acronyms whenever possible.</p>
</li>
<li>
<h2 id="dontforgetthemetadata">Don’t Forget the Metadata</h2>
<p>Set your project avatar — it’s a 200x200 file, but they’re often shown at 33x33 and 18x18 on the site and in the app, so they should display well when small.</p>
<p>Also set your project description and a relevant project title, which also functions as your project’s URL.</p>
</li>
<li>
<h2 id="addalicense">Add a License</h2>
<p>By adding a license to your project people know where they stand — what they can and can’t do with it. We’ve put together <a href="https://medium.com/glitch/why-add-a-license-to-your-open-source-project-6f07941f9288">some advice</a> if you get stuck, but it doesn’t need to be an arduous thing. In fact, we’ve made the ability to add a license (and a Code of Conduct) to your project a one-click thing in Glitch.</p>
</li>
<li>
<h2 id="commentyourcode">Comment Your Code</h2>
<p>In-line code explanations are super helpful, so if you have time, then please add them. Also, be sure to remove any extraneous dependencies and unused code.</p>
</li>
<li>
<h2 id="embedaglitchbutton">Embed a Glitch button</h2>
<p>We’ve made a <a href="http://button.glitch.me/">Glitch button</a> to make it super easy for folks to see who contributed to the project, and move between your app and its code. So, if it’s appropriate to the design of your app feel free to include that too.</p>
</li>
<li>
<h2 id="addaremixonglitchbutton">Add a “Remix on Glitch” Button</h2>
<p>Putting a “Remix on Glitch” button on your project’s page makes it super simple for others to get started using Glitch! Click the “Share” button and then click the “Share Buttons” button at the bottom of this menu. You’ll find code there which you can add anywhere, like including it in your docs.</p>
</li>
</ul>
<hr>
<h2 id="featuredapprequirements">Featured App Requirements</h2>
<p>We feature projects on the Glitch homepage, either as a tile or a live embed. In order to be eligible to be featured, there are a few requirements:</p>
<ul>
<li>
<p>The content of the app should be appropriate for all ages to view.</p>
</li>
<li>
<p>There shouldn't be any auto-playing audio, and audio that can't be turned off easily.</p>
</li>
<li>
<p>If there's a multi-user element, then a large number of simultaneous shouldn't cause problems like slowness or unresponsiveness of the app.</p>
</li>
<li>
<p>If there's an input element, it must not be possible for it to be used to display offensive messages or images.</p>
</li>
<li>
<p>To Embed, it also needs to be a responsive app, which displays well on both desktop and mobile.</p>
</li>
</ul>
</div>]]></content:encoded></item><item><title><![CDATA[Can I import code in a Git repository from GitHub, GitLab, Bitbucket or elsewhere?]]></title><description><![CDATA[<div class="kg-card-markdown"><p>Yes! You can import your code from GitHub, GitLab, Bitbucket and any other Git repo hosting service.</p>
<p>To do so, select the 'clone-from-repo' option from the 'New Project' drop-down menu under the 'Project Info' menu at the top-left of the editor. Then enter the full HTTPS git web URL and</p></div>]]></description><link>http://help-center.glitch.me/help/import-git/</link><guid isPermaLink="false">5b1a84361a7fd700501f1eb9</guid><category><![CDATA[How To]]></category><category><![CDATA[Project Options]]></category><category><![CDATA[Getting Started]]></category><category><![CDATA[Using Glitch]]></category><category><![CDATA[FAQs]]></category><dc:creator><![CDATA[Glitch]]></dc:creator><pubDate>Fri, 08 Jun 2018 13:31:09 GMT</pubDate><content:encoded><![CDATA[<div class="kg-card-markdown"><p>Yes! You can import your code from GitHub, GitLab, Bitbucket and any other Git repo hosting service.</p>
<p>To do so, select the 'clone-from-repo' option from the 'New Project' drop-down menu under the 'Project Info' menu at the top-left of the editor. Then enter the full HTTPS git web URL and the repo will be cloned. This clone includes all files and the full commit history, which is viewable in <a href="https://medium.com/glitch/reinventing-version-control-with-glitch-rewind-914c350da442">Glitch Rewind</a>.</p>
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/aWvTqHNDi_Q?showinfo=0&rel=0&color=white" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<p>Public repos should work without issue. Private repos require authentication. For GitHub you can log into Glitch with your GitHub account and if necessary, grant rights to import your private repos. For private repos on all other providers, it's possible to use Basic Auth if the provider supports it. The git import url to use would have a format like:</p>
<pre><code>https://user:pass@git-provider.com/orgname/reponame.git
</code></pre>
<p>Note that if you're using 2FA then the Basic Auth option might not work unless your hosting provider allows use of an access token instead of your password.</p>
</div>]]></content:encoded></item><item><title><![CDATA[How do I add a license to my Glitch project?]]></title><description><![CDATA[<div class="kg-card-markdown"><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/Kx_0HZoX7HY?showinfo=0&rel=0&color=white" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></div>]]></description><link>http://help-center.glitch.me/help/license/</link><guid isPermaLink="false">5b190c21f77021057f89a4ec</guid><category><![CDATA[How To]]></category><category><![CDATA[Project Options]]></category><category><![CDATA[File Operations]]></category><category><![CDATA[Sharing Options]]></category><dc:creator><![CDATA[Glitch]]></dc:creator><pubDate>Thu, 07 Jun 2018 10:43:56 GMT</pubDate><content:encoded><![CDATA[<div class="kg-card-markdown"><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/Kx_0HZoX7HY?showinfo=0&rel=0&color=white" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></div>]]></content:encoded></item><item><title><![CDATA[How do I change my project's name, description or avatar?]]></title><description><![CDATA[<div class="kg-card-markdown"><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/tpHo8dQRRuM?showinfo=0&rel=0&color=white" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></div>]]></description><link>http://help-center.glitch.me/help/how-do-i-change-my-projects-name-description-avatar/</link><guid isPermaLink="false">5b0feb2513cf4c00546f893b</guid><category><![CDATA[How To]]></category><category><![CDATA[Getting Started]]></category><category><![CDATA[Project Options]]></category><dc:creator><![CDATA[Glitch]]></dc:creator><pubDate>Thu, 31 May 2018 12:31:47 GMT</pubDate><content:encoded><![CDATA[<div class="kg-card-markdown"><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/tpHo8dQRRuM?showinfo=0&rel=0&color=white" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></div>]]></content:encoded></item><item><title><![CDATA[How do I create an account on Glitch?]]></title><description><![CDATA[<div class="kg-card-markdown"><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/qbus-NDLNR8?showinfo=0&rel=0&color=white" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></div>]]></description><link>http://help-center.glitch.me/help/how-do-i-create-an-account-on-glitch/</link><guid isPermaLink="false">5b0fe8fb13cf4c00546f8934</guid><category><![CDATA[How To]]></category><category><![CDATA[Account Options]]></category><category><![CDATA[Getting Started]]></category><dc:creator><![CDATA[Glitch]]></dc:creator><pubDate>Thu, 31 May 2018 12:22:58 GMT</pubDate><content:encoded><![CDATA[<div class="kg-card-markdown"><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/qbus-NDLNR8?showinfo=0&rel=0&color=white" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></div>]]></content:encoded></item><item><title><![CDATA[How do I customize my Glitch profile?]]></title><description><![CDATA[<div class="kg-card-markdown"><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/bnwQEkcFQXo?showinfo=0&rel=0&color=white" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></div>]]></description><link>http://help-center.glitch.me/help/how-do-i-customize-my-glitch-profile/</link><guid isPermaLink="false">5b0fe8a513cf4c00546f8931</guid><category><![CDATA[Account Options]]></category><category><![CDATA[How To]]></category><dc:creator><![CDATA[Glitch]]></dc:creator><pubDate>Thu, 31 May 2018 12:21:37 GMT</pubDate><content:encoded><![CDATA[<div class="kg-card-markdown"><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/bnwQEkcFQXo?showinfo=0&rel=0&color=white" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></div>]]></content:encoded></item><item><title><![CDATA[How do I delete a project on Glitch?]]></title><description><![CDATA[<div class="kg-card-markdown"><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/onFTjvWk4p0?showinfo=0&rel=0&color=white" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></div>]]></description><link>http://help-center.glitch.me/help/how-do-i-delete-a-project-on-glitch/</link><guid isPermaLink="false">5b0fe85f13cf4c00546f892d</guid><category><![CDATA[How To]]></category><category><![CDATA[Project Options]]></category><dc:creator><![CDATA[Glitch]]></dc:creator><pubDate>Thu, 31 May 2018 12:20:21 GMT</pubDate><content:encoded><![CDATA[<div class="kg-card-markdown"><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/onFTjvWk4p0?showinfo=0&rel=0&color=white" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></div>]]></content:encoded></item><item><title><![CDATA[How can I download or backup my Glitch project?]]></title><description><![CDATA[<div class="kg-card-markdown"><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/jIssBFXoioQ?showinfo=0&rel=0&color=white" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></div>]]></description><link>http://help-center.glitch.me/help/how-can-i-download-backup-my-glitch-project/</link><guid isPermaLink="false">5b0fe81413cf4c00546f892a</guid><category><![CDATA[How To]]></category><category><![CDATA[Project Options]]></category><dc:creator><![CDATA[Glitch]]></dc:creator><pubDate>Thu, 31 May 2018 12:18:44 GMT</pubDate><content:encoded><![CDATA[<div class="kg-card-markdown"><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/jIssBFXoioQ?showinfo=0&rel=0&color=white" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></div>]]></content:encoded></item><item><title><![CDATA[How do I create a project on Glitch?]]></title><description><![CDATA[<div class="kg-card-markdown"><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/_d7lBUJBIVo?showinfo=0&rel=0&color=white" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></div>]]></description><link>http://help-center.glitch.me/help/how-do-i-create-a-project-on-glitch/</link><guid isPermaLink="false">5b0fe7c113cf4c00546f8926</guid><category><![CDATA[Project Options]]></category><category><![CDATA[How To]]></category><category><![CDATA[Getting Started]]></category><dc:creator><![CDATA[Glitch]]></dc:creator><pubDate>Thu, 31 May 2018 12:17:44 GMT</pubDate><content:encoded><![CDATA[<div class="kg-card-markdown"><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/_d7lBUJBIVo?showinfo=0&rel=0&color=white" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></div>]]></content:encoded></item><item><title><![CDATA[How can I get help with code in my project?]]></title><description><![CDATA[<div class="kg-card-markdown"><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/WggEc8eqetI?showinfo=0&rel=0&color=white" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<p><a href="https://medium.com/glitch/just-raise-your-hand-how-glitch-helps-aa6564cb1685">Learn more</a> about the Glitch Help facility.</p>
</div>]]></description><link>http://help-center.glitch.me/help/how-can-i-get-help-with-code-in-my-project/</link><guid isPermaLink="false">5b0fe64913cf4c00546f8920</guid><category><![CDATA[Using Glitch]]></category><category><![CDATA[How To]]></category><dc:creator><![CDATA[Glitch]]></dc:creator><pubDate>Thu, 31 May 2018 12:11:40 GMT</pubDate><content:encoded><![CDATA[<div class="kg-card-markdown"><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/WggEc8eqetI?showinfo=0&rel=0&color=white" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<p><a href="https://medium.com/glitch/just-raise-your-hand-how-glitch-helps-aa6564cb1685">Learn more</a> about the Glitch Help facility.</p>
</div>]]></content:encoded></item><item><title><![CDATA[What keyboard shortcuts are available?]]></title><description><![CDATA[<div class="kg-card-markdown"><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/UN7o2pPKKwk?showinfo=0&rel=0&color=white" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></div>]]></description><link>http://help-center.glitch.me/help/what-keyboard-shortcuts-are-available/</link><guid isPermaLink="false">5b0fe60913cf4c00546f891d</guid><category><![CDATA[Using Glitch]]></category><category><![CDATA[How To]]></category><dc:creator><![CDATA[Glitch]]></dc:creator><pubDate>Thu, 31 May 2018 12:10:29 GMT</pubDate><content:encoded><![CDATA[<div class="kg-card-markdown"><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/UN7o2pPKKwk?showinfo=0&rel=0&color=white" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></div>]]></content:encoded></item><item><title><![CDATA[How do I edit a readme.md or markdown file?]]></title><description><![CDATA[<div class="kg-card-markdown"><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/DkbP0yT1u5E?showinfo=0&rel=0&color=white" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></div>]]></description><link>http://help-center.glitch.me/help/how-do-i-edit-a-readme-md-or-markdown-file/</link><guid isPermaLink="false">5b0fe5bb13cf4c00546f891a</guid><category><![CDATA[File Operations]]></category><category><![CDATA[How To]]></category><dc:creator><![CDATA[Glitch]]></dc:creator><pubDate>Thu, 31 May 2018 12:09:04 GMT</pubDate><content:encoded><![CDATA[<div class="kg-card-markdown"><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/DkbP0yT1u5E?showinfo=0&rel=0&color=white" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></div>]]></content:encoded></item><item><title><![CDATA[How do I add an NPM module or package to my project?]]></title><description><![CDATA[<div class="kg-card-markdown"><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/0NKv5-GNyLs?showinfo=0&rel=0&color=white" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></div>]]></description><link>http://help-center.glitch.me/help/how-do-i-add-an-npm-module-package-to-my-project/</link><guid isPermaLink="false">5b0fe56613cf4c00546f8917</guid><category><![CDATA[File Operations]]></category><category><![CDATA[How To]]></category><dc:creator><![CDATA[Glitch]]></dc:creator><pubDate>Thu, 31 May 2018 12:07:57 GMT</pubDate><content:encoded><![CDATA[<div class="kg-card-markdown"><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/0NKv5-GNyLs?showinfo=0&rel=0&color=white" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></div>]]></content:encoded></item><item><title><![CDATA[How do I add assets like audio, images or videos to my projects?]]></title><description><![CDATA[<div class="kg-card-markdown"><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/4JfVwxF260k?showinfo=0&rel=0&color=white" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></div>]]></description><link>http://help-center.glitch.me/help/how-do-i/</link><guid isPermaLink="false">5b0fe46513cf4c00546f8911</guid><category><![CDATA[File Operations]]></category><category><![CDATA[How To]]></category><category><![CDATA[Getting Started]]></category><dc:creator><![CDATA[Glitch]]></dc:creator><pubDate>Thu, 31 May 2018 12:03:26 GMT</pubDate><content:encoded><![CDATA[<div class="kg-card-markdown"><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/4JfVwxF260k?showinfo=0&rel=0&color=white" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></div>]]></content:encoded></item><item><title><![CDATA[How do I add a code of conduct to my project?]]></title><description><![CDATA[<div class="kg-card-markdown"><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/wGMhFo7AG3U?showinfo=0&rel=0&color=white" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></div>]]></description><link>http://help-center.glitch.me/help/how-do-i-add-a-code-of-conduct-to-my-project/</link><guid isPermaLink="false">5b0fe41813cf4c00546f890e</guid><category><![CDATA[File Operations]]></category><category><![CDATA[How To]]></category><dc:creator><![CDATA[Glitch]]></dc:creator><pubDate>Thu, 31 May 2018 12:02:03 GMT</pubDate><content:encoded><![CDATA[<div class="kg-card-markdown"><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/wGMhFo7AG3U?showinfo=0&rel=0&color=white" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></div>]]></content:encoded></item></channel></rss>