<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
- Framer Motion - for animations
- Akar Icons - for icons
- use-sound - for using sound effects
Install Dependencies
npm install
Start Development Server
npm run dev
Lint all the files
npm run lint
Format all files with Prettier
npm run format
Check TypeScript issues
npm run type-check
Build for Production
npm run build
Start Production Server
npm start