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.
- Download bun.sh
- Clone the repository
- Create a
.env
file based on.env.example
- Run
bun install
- Run
bun run build
- Start the server with
bun ./build/index.js
- Download bun.sh
- Clone the repository
- Create a
.env
file based on.env.example
- Run
bun install
- Run
bun run dev
for development—for production, check the Installation section