To see the original README see here.
The instructions here are for developing and building panogram.
do this:
npm ci # Needs npm >= 5.7.1
bower install
npm run dev
head to localhost:8080
Before committing any changes you must run a build.
npm run build
Note: If you have run npm install and have updated the lock file this will likely break the CI.