steam-lookup is an easy-to-use website that lets you lookup Steam profiles.
- Node.js 20.9 or later (from Next.js docs)
-
Install NodeJS:
-
Clone and Open the Project:
git clone https://github.com/heapyxyz/steam-lookup cd steam-lookup -
Create Environment File:
Rename.env.exampleto.envand configure it. -
Install Dependencies:
npm i
-
Prepare the Project:
# Push the schema to the database npx prisma db push # Generate the database client using the schema npx prisma generate # Build the project npm run build
-
Start the Project:
npm run start
Note
If you want to use a different IP or port, head to the package.json file and add -H <IP> -p <PORT> arguments to the next start command.