Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 830 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 830 Bytes

service-unavailable

A static page to display when everything goes wrong

Prerequisites

You need NodeJS with NPM to build this project.

Deploying

Clone the repo and run

$ npm i && npm run build

This will build the static page into the build folder.

Development

Start watch task to build whenever the files in src are changed.

$ npm run watch

Project structure

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