marp
The entrance repository of Markdown presentation ecosystem
File Explorer
Download Latest Version (.zip)- test.yml
- dependabot.yml
- 202205-ecosystem-update.md
- how-to-make-custom-transition.md
- marp-for-vs-code-v1.md
- marpit-v2-marp-core-v2-and-marp-cli-v1.md
- re-creation-of-marp-website.md
- the-story-of-marp-next.md
- BlogHeader.tsx
- Desktop.tsx
- Mobile.tsx
- Breadcrumb.tsx
- Layout.tsx
- Navigation.tsx
- Anchor.tsx
- Heading.tsx
- Image.tsx
- Pre.tsx
- Description.tsx
- Features.tsx
- GetStarted.tsx
- Hero.tsx
- Button.tsx
- CodeBlock.tsx
- Footer.tsx
- Header.tsx
- Layout.tsx
- Marp.tsx
- ScrollToTop.tsx
- Title.tsx
- Typography.tsx
- index.css
- plugin-rem.js
- directives.md
- fitting-header.md
- fragmented-list.md
- heading-divider.md
- how-to-write-slides.md
- image-syntax.md
- math-typesetting.md
- theme.md
- install.md
- whats-marp.md
- marp-cli.md
- marp-for-vs-code.md
- manifest.yaml
- [slug].tsx
- [[...slug]].tsx
- 404.tsx
- _app.tsx
- _document.tsx
- blog.tsx
- index.tsx
- transition-showcase-poster.jpg
- directives.png
- dissolve-opacity.mp4
- slide-up-correct-direction.gif
- slide-up-translate-y.png
- slide-up-wrong-direction.gif
- transition-diagram.jpg
- auto-completion.png
- diagnostics.png
- hover-help.png
- plan-sidebar.gif
- hero-background.jpg
- hero-background.svg
- marp-cli.png
- marp-for-vs-code.png
- marp-logo.svg
- marp.svg
- marpit.svg
- noise.svg
- og-image.png
- .gitignore
- 202205-ecosystem-update.jpg
- how-to-make-custom-transition.jpg
- marp-for-vs-code-v1.jpg
- the-story-of-marp-next.png
- apple-touch-icon-180x180.png
- favicon.png
- useFontFace.tsx
- image-paragraph-to-figure.ts
- index.ts
- marp-code-block.ts
- index.ts
- sanitize.ts
- index.tsx
- date.ts
- title.ts
- url.ts
- .env.development
- .env.production
- .eslintrc.js
- assets.d.ts
- babel.config.js
- global.d.ts
- next-env.d.ts
- next.config.js
- package.json
- postcss.config.js
- tailwind.config.js
- tsconfig.json
- .editorconfig
- .eslintignore
- .eslintrc.js
- .gitignore
- .nvmrc
- .prettierignore
- LICENSE
- marp-dark.png
- marp.png
- netlify.toml
- package.json
- README.md
- tsconfig.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/marp-team/marp
Downloads the entire project code from GitHub to your computer.
cd marp
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
