Skip to content
This repository was archived by the owner on Sep 8, 2024. It is now read-only.

k-nut/nationalist-or-not

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nationalist or not

A small tinder like game in which one tries to judge if people are members of a nationalist party based on their pictures.

This is a showcase for what cool things one can build with wikidata.

To run locally:

git clone git@github.com:k-nut/nationalist-or-not.git
cd ./nationalist-or-not
yarn install # or npm install
npm start

This will start server on port 8080:

open http://localhost:8080/

To build a bundled version to dist (which can be deployed):

npm run build