Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 337 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 337 Bytes

steam friend night

An umai app to compare steam libraries with friends. The backend is steam-api.

screenshot

Dev

Copy .env.example to .env.

# install dependencies
pnpm install

# build
pnpm build

# dev
pnpm dev