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

Latest commit

 

History

History
26 lines (15 loc) · 634 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 634 Bytes

GamIFy

A video game wiki using DBpedia data, an open data graph database. It was made by 7 people, for a class on semantic web. It uses Svelte, a front-end framework.

Pages

Search

search page

Game page

game page

Company page

company page

How to run

  • Install Node.js (tested with version 20)
  • npm install
  • npm run dev
  • A message appears with the localhost url

A docker image for deployment is also available.