Skip to content

xarkenz/cs3354-team9

Repository files navigation

cs3354-team9

Instructions for Running Thresh

To run the Thresh web application locally, follow these steps:

  1. Open a terminal.
  2. Navigate to the thresh-ui directory:
    cd thresh-ui
  3. Install dependencies
    npm install
  4. Initialize the database
    npx prisma generate
    npx prisma db push
    npx prisma db seed
  5. Start the development server
    npm run dev

⚠️ Important:
Make sure you run npm run dev from inside the thresh-ui directory, not the outer project folder.
Running the command from the wrong directory will result in an error like 'vite' is not recognized.

Once the dev server starts, you can access the app at http://localhost:5173.

Team 9

Class

CS 3354.002

Project Thresh

Team Members

  • Neel Suresh
  • Isaac Philo
  • Aaryaa Moharir
  • Sarah Jacob
  • Eliza Heasley
  • Syed Hasan
  • Sean Clarke
  • Kutsal Aksu

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 8