Skip to content

Hubcapp/rsc-wikitrivia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RuneScape Wiki Trivia

Source code for the RuneScape Wiki Trivia web app. Forked from the Wikipedia Wiki Trivia.

Usage

Prerequisites

yarn

Development

yarn dev

Then visit https://localhost:3000/ to preview the website.

Static build

To build a static version of the website to the out folder, run:

yarn build

Then run said build with:

yarn start

FAQ

Where does the data come from?

The data is all sourced from wikidata.

About

RuneScape Wiki trivia game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 83.3%
  • SCSS 16.6%
  • JavaScript 0.1%