Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.12 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.12 KB

slidespeak-webapp

slidespeak-banner-github

SlideSpeak allows you to chat with your PowerPoint slides. Upload any PPTX file and ask questions about the content.

SlideSpeak was built with:

Frontend:

The backend for this project is available here: https://github.com/SlideSpeak/slidespeak-backend

Requirments

NOTE: This project requires the SlideSpeak backend to be up and running!

See here on how to setup the backend.

Getting Started

Make sure to have the environment variables set up correctly, you can copy the values from .env.local.example with the following command:

cp .env.local.example .env.local

First, run the development server:

yarn dev

Open http://localhost:3000 with your browser.

License

See LICENSE file.