Skip to content
This repository has been archived by the owner on Oct 26, 2018. It is now read-only.

hiof/library-view

Repository files navigation

Hiof library-portal package

About

A package with the required files for the library-portal.

Required knowledge

This package require knowledge of the following technologies, technics and modules:

Copyright

This project is distributed under a GNU General Public License v3 - Take a look at the COPYING file for details.

How to get up and running

Install

Install Git if it's not already installed on your computer. Then run (this will download this project to the folder the shell has open):

$ git clone https://github.com/hiof/library-view.git

Install Node.js if it's not already installed on your computer. Then run (this will install the project dependencies):

$ sudo npm install -g grunt-cli
$ npm install
$ bower install

Build

$ grunt build: Compiles and builds the library-view package

Deploy

  1. Rename secret-template.json to secret.json and add your credentials.
  2. Deploy and test your code on the staging server $ grunt deploy-stage2
  3. Deploy to production $ grunt deploy-prod2

Releases

Github releases

Roadmap

v1.0.0 - Initial library view

Todo

  • external links in nav
  • links within pages to subpages
  • "menu footer" accross the site
  • "lån en bibliotekar" - form
  • Internal links within the document
  • Fix breadcrumb subpages
  • Zoom level, menu jumps, between mobile and desktop. Note: Not able to replicate, need further investigation.