Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.01 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.01 KB

smint.no

Gives an overview of the services used internally at the Student Media in Trondheim (Studentmediene i Trondheim).

Installation

This is just a static web page. The contents of the webroot/ folder is the web root for www.smint.no.

To preview locally, just open the index.html file in your browser (hit CTRL + O). Or, if you'd like to make it available for other devices on the same network, run the following with Python3 installed, while inside the webroot/ folder:

python3 -m http.server

When you deploy the application, make sure you enable caching of the resources (with revalidation), as well as GZIP compression of the CSS and HTML files. This way, you reduce load times and network usage, making up for the fact that the CSS and HTML are not minified and packed together.

Dependencies

Skeleton is a dependency of this project; however, it is included as a part of the repository. For licensing information, see the copyright notices in the Skeleton files.