Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 462 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 462 Bytes

sotf-mods.com Frontend

Setup

First create a .env and fill the variables

PORT=4000
PUBLIC_API_URL=https://api.sotf-mods.com

To setup the project run:

bun install

Getting Started

To run the project run the following commands

bun run src/index.ts

Development

To start the development server run:

bun run dev

Open http://localhost:3000/ with your browser to see the result.