<%= stylesheet_link_tag(:ember_cli) %>

Ember CLI is Required in Development Mode

To run Ember CLI in development mode, please do the following:

$ bin/ember-cli

If it's your first time starting Ember CLI you'll have to run yarn:

$ cd app/assets/javascripts/discourse && yarn

Then visit the following URL to use Discourse:

http://localhost:4200