Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 945 Bytes

File metadata and controls

20 lines (18 loc) · 945 Bytes

Pulsar Link Verify

Pulsar Link Verify is the verification site for the Pulsar Link project. It allows users to link their Discord and Steam accounts to their Gmodstore account and then link them all together to a Pulsar ID using the Pulsar Link Backend. It is designed to be used with the rest of the Pulsar Link project and will not function without it.

Installation

  1. Download bun.sh
  2. Clone the repository
  3. Create a .env file based on .env.example
  4. Run bun install
  5. Run bun run build
  6. Start the server with bun ./build/index.js

Building

  1. Download bun.sh
  2. Clone the repository
  3. Create a .env file based on .env.example
  4. Run bun install
  5. Run bun run dev for development—for production, check the Installation section