Skip to content
/ findIT Public

A portal site for all the services developed by and for the IT section.

Notifications You must be signed in to change notification settings

cthit/findIT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FindIT: Portal site for *.chalmers.it digital services

To run docker for dev

$ docker-compose up --build

To run docker for prod

$ docker-compose -f prod.docker-compose.yml up --build

Modifying data

To modify any data about the services, edit service.json files in src/

Service have the following structure

  {
    "title": "service-name",
    "url": "link to service",
    "description": "A short description explaining why this service is neat.",
    "github_url": "Link to github repository. But if it doesn't have a github repo, leave this field empty. I.E *""* ",
    "fontawesome_icon": ""
  },

The Font Awesome icon has to be from FA 4.7 which can be found here.