https://github.com/i-am-henri/canvasly
👨💻 create presentations in the modern way
https://github.com/i-am-henri/canvasly
ai-presentation power-point presentation slides
Last synced: 2 months ago
JSON representation
👨💻 create presentations in the modern way
- Host: GitHub
- URL: https://github.com/i-am-henri/canvasly
- Owner: i-am-henri
- Created: 2025-01-19T12:19:19.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-22T17:29:50.000Z (3 months ago)
- Last Synced: 2025-02-22T18:29:00.319Z (3 months ago)
- Topics: ai-presentation, power-point, presentation, slides
- Language: TypeScript
- Homepage:
- Size: 2.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Canvasly
Canvasly is a web-based application to create and share interactive presentations. It allows you to add text, images, polls and more, together with your friends and colleagues. It's made for everyone and ment to be a funny and great tool.
## How to selfhost Canvasly
1. Install the docher engine, as well as bun.
2. Create the new database with the "./start-database.sh" script.
3. Run "bunx prisma db push" inside your terminal to push the schema to the database.
4. Run "bun start" to start the server.