Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.34 KB

getting-started.md

File metadata and controls

37 lines (24 loc) · 1.34 KB

Getting Started

Thanks for your interest in Flowerpot development! Let's get you set up.

First, you'll want to install github and node on your computer.

Now, open a terminal window / command prompt and run the following

  • npm install -g bower
  • npm install -g ember-cli

Next, click the 'save to computer' button on the flowerpot repository github page; this will clone the repo to your machine.

Then click Repository -> Open in Terminal and run these commands:

  • npm install
  • bower install

After this is complete you should be good to go! Just run ember server and load the app in your browser!