NewcastleRSE / heritage-explorers-client

0 stars 0 forks source link

Heritage Explorers

Front-end only website build with Angular. Pilot application funded through the RIF project, May - June 2020.

Built around an 1820s game, Scenes in London, the website includes the change to play the traditional 'race around the board' format and three additional games: Line of Kings, British Museum and Cosmorama Rooms.

Researcher

Dr Barbara Gribling

Developer

Dr Kate Court

Running locally in docker

docker build -t explorers . + docker run -d -p 4200:80 explorers

This maps the nginx port (80) to local port 4200.