This is a custom presentation template I created for myself using React and Tailwind CSS.
Check out the demo on my website.
-
Clone this repository
-
Install dependencies with your package manager of choice
For example,
pnpm install
-
Add or edit the slides in the
slides
folder -
Update the
configuration.tsx
file with your desired slide order, slide configuration, and presentation configuration -
Deploy
This template is built using code from turbo-slides
.
The main differences are that this template is a lot slimmer, written in TypeScript,
and doesn't use MDX.
Presentation Template
Copyright (C) 2023 H. Kamran
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
The original template is licensed under the MIT License.