This is the code for the website located at https://travel.stoman.de. This repository contains all the code, but due to file sizes not the actual videos. You can view the website at the URL given above or build the website yourself as described below.
You will need the following things properly installed on your computer.
git clone https://github.com/stoman/travelvideo
this repositorycd travelvideo
npm install
bower install
ember serve
- Visit your app at http://localhost:4200.
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
docker build -t registry.stoman.de/travel:latest .