A static page to display when everything goes wrong
You need NodeJS with NPM to build this project.
Clone the repo and run
$ npm i && npm run build
This will build the static page into the build
folder.
Start watch task to build whenever the files in src
are changed.
$ npm run watch
What | Source |
---|---|
Layout | ./src/index.html |
Styling | kungbib-styles package and ./src/styles/style.scss |
Assets | kungbib-styles package and Font Awesome |
JavaScript | There is none |