Hi there!
We're super excited that you're attending our Advanced Mirage training at EmberConf on Monday. 😀
Follow the steps below to make sure your computer is set up with our training app.
Conference WiFi isn't super reliable, so we recommend doing the setup ahead of time at home or work.
We'll ask that you git pull
one more time the morning of the training to get the latest code – but the core node modules shouldn't change.
If you have any trouble with these steps, shoot us an email at [email protected].
We're using Node.js 8.9.4, which is the current LTS version.
To get this app on your computer,
- Open terminal
- Clone this git repository:
git clone [email protected]:embermap/emberconf2018-advanced-mirage.git
- Move into the directory:
cd emberconf2018-advanced-mirage
- Run NPM install:
npm install
(You might get some warnings, thats ok!) - Serve the app
ember s
- If you can see the screen below, you're all set!
🎉 See you Monday!