This is an experiment on using GlimmerJS to create a simple, mobile friendly app.
- Hacker news app - used it for tooling puzzles, and figuring out basics of Navigo
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd sf-buses
yarn
ember serve
- Visit your app at http://localhost:4200.
ember build
(development)ember build --environment production
(production)