Skip to content

DevastatingRPG/MeetScribe

 
 

Repository files navigation

Renaissance

Server Setup

  1. Navigate to the server folder:

    cd server
  2. Install the required libraries:

    pip install -r requirements.txt
  3. Run the FastAPI server:

    fastapi dev

Client Setup

  1. In a new terminal, Navigate to the client folder:

    cd client
  2. Download and install npm on your machine if you haven't already from: https://nodejs.org/en/download/

  3. Install pnpm on your machine if you haven't already:

    npm install -g pnpm@latest-10
  4. Install the dependencies:

    pnpm install
  5. Run the development server:

    pnpm run dev

Once both the server and client are up and running, you should be able to access the application in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 78.9%
  • JavaScript 9.9%
  • Python 6.2%
  • CSS 4.9%
  • HTML 0.1%