This tiny app shows info in a responsive way about the Dutch H2 stations. It uses the data provided by h2.live.
You will need the following things properly installed on your computer.
git clone [email protected]:MinThaMie/h2stations.git
this repositorycd h2stations
npm install
ember serve
- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
ember test
ember test --server
npm run lint
npm run lint:fix
ember build
(development)ember build --environment production
(production)
The deploy will happen from the main
branch directly thanks to Netlify. The data that is used for this app comes from a Netlify function
that you can run be doing netlify functions:serve
if you've installed netlify-cli
.