Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 792 Bytes

File metadata and controls

41 lines (29 loc) · 792 Bytes

Getting Started

  • Install Requirements
  • Run developmenent server

Requirements

git clone https://github.com/Halfwit-Technologies/STEV-Client
cd STEV-Client
bun install

Running Locally

Use the included setup script to create your .env file:

bun run db:setup

Then, run the database migrations and seed the database with emails and folders:

bun run db:migrate
# bun run db:seed

Finally, run the Next.js development server:

bun run dev

Open http://localhost:3000 in your browser to see the app in action.