A React webapp that utilizes the Hall Of Fame (HoF) API to allow users to browse and view city screenshots by creator name or ID.
Features:
- Group screenshots by city name
- View screenshot details, such as views & favorites count, as well as city stats such as milestone and population.
- View, search and filter playset used.
- View render settings used for that screenshot.
- View count and favorite count trends graph
- Find which screenshot in a city is the most successful
- toverux for the original Hall of Fame mod for Cities: Skylines 2
- Install NodeJS 22 or later here
- Clone the repository:
git clone https://github.com/cloudgal42/hof-viewer.git - Create a new
.env.localsfile with the following content:For developing purposes, the test server should be used.VITE_HOF_SERVER=hof-server-link-here - Install all dependencies via
npm install. - Either:
- Run the development server by invoking
npm run dev - Build the project by invoking
npm run build - Run the preview (in production mode) by invoking
npm run preview. Note that one needs to build the project before doing this.
- Run the development server by invoking
This project is licensed under the GPLv3. Read more here.