Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 243 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 243 Bytes

Scoutech24

Team 834's scouting app for 2024-2025

How to run

npm install
npm run dev

Database Setup

Create .env.local with

DATABASE_URL = "insert_psql_link"

The app will begin running on http://localhost:5173