Skip to content

Website for looking up Steam profiles with FACEIT support

Notifications You must be signed in to change notification settings

heapyxyz/steam-lookup

Repository files navigation

steam-lookup

steam-lookup is an easy-to-use website that lets you lookup Steam profiles.

Requriements

Usage

  1. Install NodeJS:

  2. Clone and Open the Project:

    git clone https://github.com/heapyxyz/steam-lookup
    cd steam-lookup
  3. Create Environment File:
    Rename .env.example to .env and configure it.

  4. Install Dependencies:

    npm i
  5. 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
  6. 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.

Contributors 2

  •  
  •