Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 734 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 734 Bytes

Game of Thrones Houses

This is a single page application that provides information about all Game of Thrones Houses. You will find an overview on the homepage and get detailed information by clicking on a house.

A live version is online under: https://game-of-thrones-houses.onrender.com/

Development

Clone this repository and run

npm install

Next step run

npm run dev

Vite will run the app under http://127.0.0.1:5173/

Credits