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

hiof/semesterstart-view

Repository files navigation

Hiof Semesterstart package

About

A package with the required files for the semesterstart view.

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.

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/semesterstart-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 semesterstart 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-staging
  3. Deploy to production $ grunt deploy-prod

Releases

  • v2.2.0 - Rewrite functionality to ES2015 + enhanced data.meta information which leads to more informational breadcrumb and page titles

  • v2.1.0 - Design refinements of sticky posts

  • v2.0.0 - Updated view to the v2 of the API

  • v1.0.0 - Initial semesterstart functionality

Github releases

Roadmap

  • v2.3.0 - Design and UX enhancements