- Install Requirements
- Run developmenent server
git clone https://github.com/Halfwit-Technologies/STEV-Client
cd STEV-Client
bun installUse the included setup script to create your .env file:
bun run db:setupThen, run the database migrations and seed the database with emails and folders:
bun run db:migrate
# bun run db:seedFinally, run the Next.js development server:
bun run devOpen http://localhost:3000 in your browser to see the app in action.