Simple website to allow creating and sharing your best builds from Soulstone Survivors! Browse new builds and try them out in game.
Requires Bun to build. Built using Svelte and Drizzle.
Login is done via Steam OpenID, and an API key is needed to get profile information. One can be made at https://steamcommunity.com/dev/apikey, and pasted into the .env
file as shown below.
git clone [email protected]:jeremymeadows/soulstone-builds.git
cd soulstone-builds
touch .env
bun install
bun x drizzle-kit push
bun --bun run dev
.env
STEAM_KEY="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
Pull requests are welcome! If you're wanting to contribute, check out what issues have been logged.