hiof / course-catalogue

Home Page:http://hiof.no/studier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hiof course-catalogue plugin

About

A plugin with the required files for the course catalogue.

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/course-catalogue.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 course-catalogue plugin

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

Dependency

  • Needs to run on neted3.hiof.no in a regular template

Required

  • Required for the hiof.no course catalogue to work

Releases

  • v1.0.0

    • Initial course-catalogue implementation as a plugin (see the frontend project for previous history)
  • v1.7.0

    • Fix button spacing in course catalogue
    • Fix line height in course list
    • Adjust dropdown arrow position
    • ++

Github releases

Roadmap

About

http://hiof.no/studier

License:Other


Languages

Language:HTML 91.1%Language:JavaScript 6.0%Language:CSS 2.9%