To initialize the project, run the following commands in the project directory:
npm install
npm run build
npm run previewTo create new slides, simply add an element to the array named slides located in the file src/components/App.jsx. Multiple components are available for use:
- Title
- Paragraph
- Image
- Figure
- List
- Table
- TwoColumn
- Code
- Markdown
Each of these components has its own properties to adjust them as needed.