A Markdown based presentation tool which utilises the power of the web. Written in PHP, HTML and CSS.
- PHP 7+
- git
- unzip
- Download a copy from https://github.com/steffengrahl/slides or clone the repository into your local dev environment.
- Open your preferred terminal application and navigate to the slides folder.
- Make sure php is running before you install all dependencies with composer.
- Run the command
php composer.phar install
. This will install all necessary packages. - Start the internal development server of PHP with
php -S localhost:8001 -t public/
. - Visit http://localhost:8001 in your browser.
If this application was helpful to you, and you want to say "Thank You", you can buy me a coffee. <3
This application is published under the MIT License
Feel free to open an issue for feature requests or bugs. If you want to contribute something, please raise an issue before.
RESOURCES
All help will be appreciated.