Backgrounds.Gallery is a website to view the top Steam profile backgrounds, or vote for the ones you like
First, install the dependencies:
yarn
Then, run the development server:
yarn dev
Finally, open http://localhost:3000 to see the live development server.
When you're done, build the final version:
yarn build