Merge pull request #28 from presenton/readme_updates

readme updates
This commit is contained in:
Saurav Niraula 2025-05-19 02:04:48 +05:45 committed by GitHub
commit ddbf9d909c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 2 deletions

View file

@ -1,6 +1,5 @@
<p align="center">
<img src="readme_assets/images/logo.png" width="240" height="100" alt="Alt text" />
<img src="readme_assets/images/presenton-logo.png" height="90" alt="Presenton Logo" />
</p>
# Open-Source, Locally-Run AI Presentation Generator (Gamma Alternative)
@ -23,6 +22,19 @@
* ✅ **Export Ready** — Save as PowerPoint (PPTX) and PDF
* ✅ **Fully Open-Source** — Apache 2.0 licensed
## Running using source code
Before following these steps make sure [Poetry](https://python-poetry.org/docs/) is installed on your system.
#### 1. Clone this repository
```git clone https://github.com/presenton/presenton.git```
#### 2. Setup Electron, Python and NextJS Environments.
```cd presenton && npm run setup:env```
#### 3. Run Presenton
```npm run dev```
## Features

Binary file not shown.

Before

Width:  |  Height:  |  Size: 281 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 861 KiB