Hi there!
We're super excited that you're attending our EmberConf components training on Monday. Please follow these instructions to setup your computer with our training app. It should take no more than ten minutes.
We need to install a couple of NPM packages for this training. Since conference center wifi isn't always the most reliable thing it's going to be easier if you can to do the setup at home or work.
If you have any trouble with these steps feel free to reach out to us. My email is [email protected], Sam's is [email protected], or join us in #topic-embermap on Ember slack.
We're using Node.js version 6.10.1, which is the current LTS version. Any version of node above 4 should work, but if you're getting stuck let us know.
Here's how you can install the training app:
- Open terminal
- Clone this git repository:
git clone [email protected]:EmberMap/components-training.git
- Move into the directory:
cd components-training
- Run NPM install:
npm install
(You might get some warnings, thats ok!) - Build the app
ember build
- You're all set! We'll see you Monday!