<Cover />- A cover slide component with the title and subtitle<QuoteBlock />- A component to show quote with author name<CodeBlock />- A component to show some code<Points />- A slide component for bullet points<Profiles />- A slide component for showing profiles of people<SingleImage />- A slide component for showing single large image<MultiImage />- A slide component for showing multiple images<About />- A slide component to tell about yourself<End />- An outro slide component with social details
<Wrapper></Wrapper>- A wrapper components with appropriate spacing to wrap your slide/regular components
- Tailwind CSS - for styling
- Motion(prev Framer Motion) - for animations
- Akar Icons - for icons
- use-sound - for using sound effects
Install Dependencies
bun installSetup Pre-commit
bun run prepareStart Development Server
bun run devLint all the files
bun run lintFormat all files with Prettier
bun run formatCheck TypeScript issues
bun run type-checkBuild for Production
bun run buildStart Production Server
bun start