First create a .env and fill the variables
PORT=4000
API_URL=https://api.sotf-mods.com
To setup the project run:
bun install
To run the project run the following commands
bun run src/index.ts
To start the development server run:
bun run dev
Open http://localhost:3000/ with your browser to see the result.